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

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

Issue 9812008: Polish the keybinding implementation a bit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « chrome/test/data/extensions/api_test/keybinding/basics/manifest.json ('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/keybinding/page_action/manifest.json
===================================================================
--- chrome/test/data/extensions/api_test/keybinding/page_action/manifest.json (revision 129600)
+++ chrome/test/data/extensions/api_test/keybinding/page_action/manifest.json (working copy)
@@ -13,8 +13,8 @@
"default_icon": "icon.png"
},
"commands": {
- "pageAction": {
- "key": "Ctrl+Shift+F",
+ "_execute_page_action": {
+ "suggested_key": "Ctrl+Shift+F",
"description": ""
}
}
« no previous file with comments | « chrome/test/data/extensions/api_test/keybinding/basics/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698