Index: chrome/common/extensions/api/extension.json |
diff --git a/chrome/common/extensions/api/extension.json b/chrome/common/extensions/api/extension.json |
index 6fc3f9fef0fcbc817e8fd6c892f0265b993a6be3..e6cf1989fb313658ad5ef919ac693eecec68e87f 100644 |
--- a/chrome/common/extensions/api/extension.json |
+++ b/chrome/common/extensions/api/extension.json |
@@ -94,7 +94,12 @@ |
"type": "integer", |
"optional": true, |
"description": "The window to restrict the search to. If omitted, returns all views." |
- } |
+ }, |
+ "tabId": { |
Devlin
2016/07/12 18:35:57
Looks like there are tabs lurking in here, but chr
Devlin
2016/07/13 16:22:59
Missed this comment.
catmullings
2016/07/13 22:07:05
Done.
|
+ "type": "integer", |
+ "optional":true, |
+ "description": "Find a view according to a tab id. If this field is omitted, returns all views." |
+ } |
} |
} |
], |