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

Unified Diff: chrome/test/data/extensions/api_test/keybinding/global/manifest.json

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/manifest.json
diff --git a/chrome/test/data/extensions/api_test/keybinding/global/manifest.json b/chrome/test/data/extensions/api_test/keybinding/global/manifest.json
index 47504f77da694d3c0c86f2dc6058ad710b875f2c..6ee184e4979f95a6d1e6aaa4d0dab8fbae503ba6 100644
--- a/chrome/test/data/extensions/api_test/keybinding/global/manifest.json
+++ b/chrome/test/data/extensions/api_test/keybinding/global/manifest.json
@@ -20,9 +20,9 @@
"Test fails if called (Ctrl+Shift+A not auto-assignable globally)",
"global": true
},
- "Ctrl-Shift-9-Valid-Global-Shortcut": {
+ "Ctrl-Shift-8-Valid-Global-Shortcut": {
"suggested_key": {
- "default": "Ctrl+Shift+9"
+ "default": "Ctrl+Shift+8"
},
"description": "Test passes if called (global shortcut)",
"global": true
« no previous file with comments | « chrome/test/data/extensions/api_test/keybinding/global/background.js ('k') | extensions/common/feature_switch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698