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

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

Issue 64273008: [Windows] Finish global and non-global media keys support on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gclient sync. Created 7 years, 1 month 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/non_global_media_keys_1/background.js
diff --git a/chrome/test/data/extensions/api_test/keybinding/global/background.js b/chrome/test/data/extensions/api_test/keybinding/non_global_media_keys_1/background.js
similarity index 89%
copy from chrome/test/data/extensions/api_test/keybinding/global/background.js
copy to chrome/test/data/extensions/api_test/keybinding/non_global_media_keys_1/background.js
index bfefe228bce859c68f217d3d4ef9d54cff0c7fc7..c90a01051a14f5163ff3d3ae8c660fe2251d119e 100644
--- a/chrome/test/data/extensions/api_test/keybinding/global/background.js
+++ b/chrome/test/data/extensions/api_test/keybinding/non_global_media_keys_1/background.js
@@ -4,7 +4,7 @@
// Called when the user activates the command.
chrome.commands.onCommand.addListener(function(command) {
- if (command == "Ctrl-Shift-9-Valid-Global-Shortcut") {
+ if (command == "MediaStop-non-global") {
chrome.test.notifyPass();
return;
}

Powered by Google App Engine
This is Rietveld 408576698