| Index: chrome/common/extensions/api/extension_api.json
|
| ===================================================================
|
| --- chrome/common/extensions/api/extension_api.json (revision 54953)
|
| +++ chrome/common/extensions/api/extension_api.json (working copy)
|
| @@ -3031,6 +3031,14 @@
|
| "parameters": [
|
| {"type": "string", "name": "url"}
|
| ]
|
| + },
|
| + {
|
| + "name": "sendMessage",
|
| + "type": "function",
|
| + "description": "Sends a string message to the browser process, generating a Notification that C++ test code can wait for.",
|
| + "parameters": [
|
| + {"type": "string", "name": "message"}
|
| + ]
|
| }
|
| ],
|
| "events": [
|
|
|