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

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

Issue 568583002: Introduce WebRequestEventRouterDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hide tab_id and window_id from extensions. Created 6 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
Index: chrome/test/data/extensions/api_test/webrequest/test_complex.js
diff --git a/chrome/test/data/extensions/api_test/webrequest/test_complex.js b/chrome/test/data/extensions/api_test/webrequest/test_complex.js
index 9d4e24c41eec2b5c8756abeedb7d76d7b268e4a2..bbfb990e6fafbc50a17bebb7c998a9881afd9755 100644
--- a/chrome/test/data/extensions/api_test/webrequest/test_complex.js
+++ b/chrome/test/data/extensions/api_test/webrequest/test_complex.js
@@ -212,7 +212,9 @@ runTests([
{ // filters
urls: [getURL("complexLoad/*")],
types: ["main_frame", "image"],
- tabId: tabId
+ extraRequestParams: {
+ tabId: tabId,
+ }
});
chrome.tabs.create({ url: getURL("simpleLoad/a.html") },
function(newTab) {

Powered by Google App Engine
This is Rietveld 408576698