summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/extension.h')
-rw-r--r--chrome/common/extensions/extension.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index 913e0c24..2ebeeda 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -55,7 +55,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
public:
struct ManifestData;
- typedef std::vector<std::string> ScriptingWhitelist;
typedef std::map<const std::string, linked_ptr<ManifestData> >
ManifestDataMap;
@@ -176,10 +175,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
// Valid schemes for host permission URLPatterns.
static const int kValidHostPermissionSchemes;
-#if defined(OS_WIN)
- static const char kExtensionRegistryPath[];
-#endif
-
// The mimetype used for extensions.
static const char kMimeType[];
@@ -229,10 +224,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
// Returns the base extension url for a given |extension_id|.
static GURL GetBaseURLFromExtensionId(const std::string& extension_id);
- // Adds an extension to the scripting whitelist. Used for testing only.
- static void SetScriptingWhitelist(const ScriptingWhitelist& whitelist);
- static const ScriptingWhitelist* GetScriptingWhitelist();
-
// DEPRECATED: These methods have been moved to PermissionsData.
// TODO(rdevlin.cronin): remove these once all calls have been updated.
bool HasAPIPermission(APIPermission::ID permission) const;