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

Unified Diff: chrome/test/data/extensions/api_test/keybinding/update/mk_v2/background.js

Issue 667833004: Fix extension command service to check if user has modified key before overwrite on update. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix conflicts with rebase Created 6 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/keybinding/update/mk_v2/background.js
diff --git a/tools/telemetry/unittest_data/autotest_ext/background.js b/chrome/test/data/extensions/api_test/keybinding/update/mk_v2/background.js
similarity index 86%
copy from tools/telemetry/unittest_data/autotest_ext/background.js
copy to chrome/test/data/extensions/api_test/keybinding/update/mk_v2/background.js
index 1513ac09fac4e3587b7fc8195ccbb8bd60a0d229..ce736cdf23e8462a40597e2ee6ba91e0c6f896ee 100644
--- a/tools/telemetry/unittest_data/autotest_ext/background.js
+++ b/chrome/test/data/extensions/api_test/keybinding/update/mk_v2/background.js
@@ -2,3 +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();

Powered by Google App Engine
This is Rietveld 408576698