chromium/chrome/browser/extensions/api/content_settings/content_settings_api.h

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_EXTENSIONS_API_CONTENT_SETTINGS_CONTENT_SETTINGS_API_H_
#define CHROME_BROWSER_EXTENSIONS_API_CONTENT_SETTINGS_CONTENT_SETTINGS_API_H_

#include <vector>

#include "base/gtest_prod_util.h"
#include "extensions/browser/extension_function.h"
#include "ppapi/buildflags/buildflags.h"

namespace content {
struct WebPluginInfo;
}

namespace extensions {

class ContentSettingsContentSettingClearFunction : public ExtensionFunction {};

class ContentSettingsContentSettingGetFunction : public ExtensionFunction {};

class ContentSettingsContentSettingSetFunction : public ExtensionFunction {};

class ContentSettingsContentSettingGetResourceIdentifiersFunction
    : public ExtensionFunction {};

}  // namespace extensions

#endif  // CHROME_BROWSER_EXTENSIONS_API_CONTENT_SETTINGS_CONTENT_SETTINGS_API_H_