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

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

Issue 7635003: Attempt to fix hanging WebRequestBlocking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ugh Created 9 years, 4 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/framework.js
diff --git a/chrome/test/data/extensions/api_test/webrequest/framework.js b/chrome/test/data/extensions/api_test/webrequest/framework.js
index a59fb2738d8149ef7ea44f120b42a524071bff94..315af2ae3cd44afac5db572ee11b1ca654af8bc6 100644
--- a/chrome/test/data/extensions/api_test/webrequest/framework.js
+++ b/chrome/test/data/extensions/api_test/webrequest/framework.js
@@ -115,6 +115,7 @@ function checkUserAgent(headers) {
}
function captureEvent(name, details) {
+ console.log("capture " + name + ": " + details.url);
// Ignore system-level requests like safebrowsing updates and favicon fetches
// since they are unpredictable.
if (details.tabId == -1 || details.type == "other" ||

Powered by Google App Engine
This is Rietveld 408576698