| Index: chrome/common/extensions/api/extension_api.json
|
| diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
|
| index 222523680d6b0d265f70666df657081498f26994..e5989bc725437175257242f2231c7924e6c81eba 100755
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -849,5 +849,26 @@
|
| }
|
| ],
|
| "events": []
|
| + },
|
| + {
|
| + "namespace": "test",
|
| + "types": [],
|
| + "functions": [
|
| + {
|
| + "name": "fail",
|
| + "type": "function",
|
| + "description": "Notify the browser process that test code running in the extension failed. This is only used for internal unit testing.",
|
| + "parameters": [
|
| + {"type": "string", "name": "message"}
|
| + ]
|
| + },
|
| + {
|
| + "name": "pass",
|
| + "type": "function",
|
| + "description": "Notify the browser process that test code running in the extension passed. This is only used for internal unit testing.",
|
| + "parameters": []
|
| + }
|
| + ],
|
| + "events": []
|
| }
|
| ]
|
|
|