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

Unified Diff: chrome/common/extensions/docs/static/experimental.webRequest.html

Issue 7978032: Fix webRequest documentation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 months 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
« no previous file with comments | « chrome/common/extensions/docs/experimental.webRequest.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/experimental.webRequest.html
diff --git a/chrome/common/extensions/docs/static/experimental.webRequest.html b/chrome/common/extensions/docs/static/experimental.webRequest.html
index 71c12b1ad78659fc80323e4bf2280779e3e2be82..374c518dffbce8c829f217be0544bf26eefa3c73 100644
--- a/chrome/common/extensions/docs/static/experimental.webRequest.html
+++ b/chrome/common/extensions/docs/static/experimental.webRequest.html
@@ -231,7 +231,7 @@ passed to the extension:</p>
<pre>
chrome.experimental.webRequest.onBeforeRequest.addListener(
function(details) { return {cancel: true}; },
- {"*://www.evil.com/*"},
+ {urls: ["*://www.evil.com/*"]},
["blocking"]);
</pre>
« no previous file with comments | « chrome/common/extensions/docs/experimental.webRequest.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698