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

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

Issue 2383573002: [DO NOT COMMIT] Remove chrome::NOTIFICATION_RETARGETING
Patch Set: Rebase on ToT Created 4 years, 2 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/webnavigation/userAction/framework.js
diff --git a/chrome/test/data/extensions/api_test/webnavigation/userAction/framework.js b/chrome/test/data/extensions/api_test/webnavigation/userAction/framework.js
index 4a8b2e42bc842a24a5a6c9854dade688c28006fb..46dbddf5f7061b7d207c560494d4d23b88ae5c3f 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/userAction/framework.js
+++ b/chrome/test/data/extensions/api_test/webnavigation/userAction/framework.js
@@ -14,7 +14,7 @@ var nextProcessId;
var processIds;
var initialized = false;
-var debug = false;
+var debug = true;
function deepCopy(obj) {
if (obj === null)

Powered by Google App Engine
This is Rietveld 408576698