diff options
author | battre@chromium.org <battre@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-30 09:51:51 +0000 |
---|---|---|
committer | battre@chromium.org <battre@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-30 09:51:51 +0000 |
commit | da1430bbf5853abb6dc4886812ab3e9a133664f3 (patch) | |
tree | b8760adcadd1248ebfa9fe7af872daef3d314076 /chrome/common/extensions/docs/static/manifest.html | |
parent | be16a94e5e07bbfeab46727dd0a7f949316faaff (diff) | |
download | chromium_src-da1430bbf5853abb6dc4886812ab3e9a133664f3.zip chromium_src-da1430bbf5853abb6dc4886812ab3e9a133664f3.tar.gz chromium_src-da1430bbf5853abb6dc4886812ab3e9a133664f3.tar.bz2 |
Rename chrome.experimental.webRequest to chrome.webRequest
Note that this CL also introduces a new permission webRequestBlocking that is required in addition to webRequest if you want to use blocking request handlers.
BUG=60101
TEST=no
Review URL: http://codereview.chromium.org/8662010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112181 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/manifest.html')
-rw-r--r-- | chrome/common/extensions/docs/static/manifest.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html index cbed447..19fdbdc 100644 --- a/chrome/common/extensions/docs/static/manifest.html +++ b/chrome/common/extensions/docs/static/manifest.html @@ -591,6 +591,17 @@ table. <td> Required if the extension uses the <a href="webNavigation.html">chrome.webNavigation</a> module. </td> </tr> +<tr> + <td> "webRequest" </td> + <td> Required if the extension uses the + <a href="webRequest.html">chrome.webRequest</a> module. </td> +</tr> +<tr> + <td> "webRequestBlocking" </td> + <td> Required if the extension uses the + <a href="webRequest.html">chrome.webRequest</a> module in a blocking + fashion. </td> +</tr> </tr> </table> |