| 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": {
|
| + "type": "integer",
|
| + "optional":true,
|
| + "description": "Find a view according to a tab id. If this field is omitted, returns all views."
|
| + }
|
| }
|
| }
|
| ],
|
|
|