summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/api/extension_api.json
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/api/extension_api.json')
-rwxr-xr-xchrome/common/extensions/api/extension_api.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
index 8f0c94d..2ea4962 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": [