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

Unified Diff: chrome/test/data/extensions/api_test/override/newtab/newtab.js

Issue 1543923002: [Extensions] Fix chrome url override settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: chrome/test/data/extensions/api_test/override/newtab/newtab.js
diff --git a/chrome/test/data/extensions/api_test/override/newtab/newtab.js b/chrome/test/data/extensions/api_test/override/newtab/newtab.js
index 5c38e229c95a7badf62c54c51f2f6f3b36253940..666fed62e72fa3d85032aa47d5a18ae3b0af40dd 100644
--- a/chrome/test/data/extensions/api_test/override/newtab/newtab.js
+++ b/chrome/test/data/extensions/api_test/override/newtab/newtab.js
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-chrome.test.notifyPass();
+chrome.test.sendMessage('controlled by first');

Powered by Google App Engine
This is Rietveld 408576698