| Index: chrome/test/data/extensions/api_test/keybinding/page_action/manifest.json
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/keybinding/page_action/manifest.json (revision 127690)
|
| +++ chrome/test/data/extensions/api_test/keybinding/page_action/manifest.json (working copy)
|
| @@ -13,8 +13,10 @@
|
| "default_icon": "icon.png"
|
| },
|
| "commands": {
|
| - "pageAction": {
|
| - "key": "Ctrl+Shift+F",
|
| + "_execute_page_action": {
|
| + "suggested_key_win": "Ctrl+Shift+F",
|
| + "suggested_key_mac": "Command+Shift+F",
|
| + "suggested_key_other": "Ctrl+Shift+F",
|
| "description": ""
|
| }
|
| }
|
|
|