summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/manifest.html
diff options
context:
space:
mode:
authorbattre@chromium.org <battre@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-30 09:51:51 +0000
committerbattre@chromium.org <battre@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-30 09:51:51 +0000
commitda1430bbf5853abb6dc4886812ab3e9a133664f3 (patch)
treeb8760adcadd1248ebfa9fe7af872daef3d314076 /chrome/common/extensions/docs/static/manifest.html
parentbe16a94e5e07bbfeab46727dd0a7f949316faaff (diff)
downloadchromium_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.html11
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>