Index: chrome/common/extensions/api/extension_api.json |
=================================================================== |
--- chrome/common/extensions/api/extension_api.json (revision 54967) |
+++ chrome/common/extensions/api/extension_api.json (working copy) |
@@ -3031,14 +3031,6 @@ |
"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": [ |