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

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

Issue 350943003: Support global keyboard commands on Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Test updates Created 6 years, 5 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/global/background.js
diff --git a/chrome/test/data/extensions/api_test/keybinding/global/background.js b/chrome/test/data/extensions/api_test/keybinding/global/background.js
index bfefe228bce859c68f217d3d4ef9d54cff0c7fc7..90b7770e8cb33af4ed3463ecd69aa2e2ac1fd4de 100644
--- a/chrome/test/data/extensions/api_test/keybinding/global/background.js
+++ b/chrome/test/data/extensions/api_test/keybinding/global/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 == "Ctrl-Shift-8-Valid-Global-Shortcut") {
chrome.test.notifyPass();
return;
}
« no previous file with comments | « chrome/common/extensions/command.cc ('k') | chrome/test/data/extensions/api_test/keybinding/global/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698