diff options
author | pneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 13:16:42 +0000 |
---|---|---|
committer | pneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 13:16:42 +0000 |
commit | 1ddf5f18253195a96ff84e4eb2ac9428b7939da6 (patch) | |
tree | 03ed4ad9b5c8e6c7f00df1737849d97c6005f4e1 /extensions/common/extension_api.cc | |
parent | b507b6627b8c65354d2c4769a4f30d00f891f7ea (diff) | |
download | chromium_src-1ddf5f18253195a96ff84e4eb2ac9428b7939da6.zip chromium_src-1ddf5f18253195a96ff84e4eb2ac9428b7939da6.tar.gz chromium_src-1ddf5f18253195a96ff84e4eb2ac9428b7939da6.tar.bz2 |
Cleanup webRequest/Internal API and permission registration.
The webRequestInternal permission was unused, thus:
- Remove the permission webRequestInternal.
While there, also does:
- Remove manual registration of webRequest API and instead rely on automatically generated registration.
- Remove context 'content_script' from webRequestInternal API.
BUG=359964
Review URL: https://codereview.chromium.org/228343002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/common/extension_api.cc')
-rw-r--r-- | extensions/common/extension_api.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/common/extension_api.cc b/extensions/common/extension_api.cc index 2a855a8..f2483b9 100644 --- a/extensions/common/extension_api.cc +++ b/extensions/common/extension_api.cc @@ -253,8 +253,6 @@ void ExtensionAPI::InitDefaultConfiguration() { RegisterSchemaResource("tts", IDR_EXTENSION_API_JSON_TTS); RegisterSchemaResource("types", IDR_EXTENSION_API_JSON_TYPES); RegisterSchemaResource("types.private", IDR_EXTENSION_API_JSON_TYPES_PRIVATE); - RegisterSchemaResource("webRequestInternal", - IDR_EXTENSION_API_JSON_WEBREQUESTINTERNAL); RegisterSchemaResource("webstore", IDR_EXTENSION_API_JSON_WEBSTORE); RegisterSchemaResource("webViewRequest", IDR_EXTENSION_API_JSON_WEBVIEW_REQUEST); |