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

Unified Diff: chrome/test/data/extensions/api_test/webrequest/test_simple.js

Issue 8879011: Make URL filter for web request API mandatory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/test/data/extensions/api_test/webrequest/test_complex.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/webrequest/test_simple.js
diff --git a/chrome/test/data/extensions/api_test/webrequest/test_simple.js b/chrome/test/data/extensions/api_test/webrequest/test_simple.js
index 91f4ec8bfc17dfe85fdc38d63027f62cc3094d58..b3a1a082b882cca7cc4056510d01c767d6944317 100644
--- a/chrome/test/data/extensions/api_test/webrequest/test_simple.js
+++ b/chrome/test/data/extensions/api_test/webrequest/test_simple.js
@@ -158,7 +158,7 @@ runTests([
"onHeadersReceived-1", "onBeforeRedirect",
"onBeforeRequest-2", "onBeforeSendHeaders-2", "onSendHeaders-2",
"onHeadersReceived-2", "onResponseStarted", "onCompleted"] ],
- {}, // filter
+ {urls: ["<all_urls>"]}, // filter
["requestHeaders", "responseHeaders"]);
navigateAndWait(getURLHttpSimpleLoadRedirect());
},
« no previous file with comments | « chrome/test/data/extensions/api_test/webrequest/test_complex.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698