Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6770)

Unified Diff: chrome/common/extensions/docs/static/manifest.html

Issue 8662010: Rename chrome.experimental.webRequest to chrome.webRequest and chrome.webRequestBlocking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Regenerated documentation Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/static/manifest.html
diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html
index cbed44762af5dc05fcbbb95853b04d5abd0405f9..19fdbdc67fbf56c5e60770b2c0a52ee2111441c3 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>

Powered by Google App Engine
This is Rietveld 408576698