| Index: chrome/test/data/extensions/api_test/keybinding/page_action/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/keybinding/page_action/manifest.json b/chrome/test/data/extensions/api_test/keybinding/page_action/manifest.json
|
| index 7f2846bae20614809e6ca042008f9ddac2778c0f..419aa22e2314d9204c2450acb3c30948730ef162 100644
|
| --- a/chrome/test/data/extensions/api_test/keybinding/page_action/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/keybinding/page_action/manifest.json
|
| @@ -1,5 +1,5 @@
|
| {
|
| - "name": "A page action that makes the page red",
|
| + "name": "A page action that sends a 'clicked' test message",
|
| "version": "1.0",
|
| "manifest_version": 2,
|
| "background": {
|
| @@ -9,7 +9,7 @@
|
| "tabs", "http://*/*"
|
| ],
|
| "page_action": {
|
| - "default_title": "Make this page red",
|
| + "default_title": "Send message",
|
| "default_icon": "icon.png"
|
| },
|
| "commands": {
|
|
|