| 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 3ad0037cbc3214a66d4ccf0cf4b9eab42961a66d..2e97421778f20c7687d31e2fb1221fd56326f876 100755
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -865,6 +865,29 @@
|
| "events": []
|
| },
|
| {
|
| + "namespace": "devtools",
|
| + "types": [
|
| + ],
|
| + "functions": [
|
| + {
|
| + "name": "getTabEvents",
|
| + "type": "function",
|
| + "description": "EXPERIMENTAL support for timeline API",
|
| + "nodocs": "true",
|
| + "parameters": [
|
| + {
|
| + "name": "tab_id",
|
| + "type": "integer"
|
| + }
|
| + ],
|
| + "returns": {
|
| + "type": "object",
|
| + "description": "DevTools tab events object"
|
| + }
|
| + }
|
| + ]
|
| + },
|
| + {
|
| "namespace": "test",
|
| "types": [],
|
| "functions": [
|
|
|