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

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

Issue 1543923002: [Extensions] Fix chrome url override settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Latest master 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
« no previous file with comments | « chrome/test/data/extensions/api_test/override/newtab2/override.html ('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/override/newtab2/override.js
diff --git a/chrome/test/data/extensions/api_test/override/keyboard/background.js b/chrome/test/data/extensions/api_test/override/newtab2/override.js
similarity index 77%
copy from chrome/test/data/extensions/api_test/override/keyboard/background.js
copy to chrome/test/data/extensions/api_test/override/newtab2/override.js
index 5c38e229c95a7badf62c54c51f2f6f3b36253940..4a614a8c720c1f466f33e1d4bf8f2ba454f20ac8 100644
--- a/chrome/test/data/extensions/api_test/override/keyboard/background.js
+++ b/chrome/test/data/extensions/api_test/override/newtab2/override.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 second');
« no previous file with comments | « chrome/test/data/extensions/api_test/override/newtab2/override.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698