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..9b7b95a1bb9e0734f52684ad7441a48a6e5eaf56 100644 |
--- a/chrome/common/extensions/api/extension.json |
+++ b/chrome/common/extensions/api/extension.json |
@@ -94,6 +94,11 @@ |
"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." |
} |
} |
} |