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

Unified Diff: chrome/common/extensions/docs/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: Added webRequest_blocking back 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/manifest.html
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html
index 04ffe28897048c43dd0826a7de594db23b1b1177..df44e028e86ef5e03b3b2339467ba1d16bc22f47 100644
--- a/chrome/common/extensions/docs/manifest.html
+++ b/chrome/common/extensions/docs/manifest.html
@@ -948,6 +948,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> "webRequest_blocking" </td>
+ <td> Required if the extension uses the
+ <a href="webRequest.html">chrome.webRequest</a> module in a blocking
+ fashion. </td>
+</tr>
</tbody></table>

Powered by Google App Engine
This is Rietveld 408576698