Index: chrome/common/extensions/api/tabs.json |
diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json |
index c18f5c45cac9db29cc551d4e264ffc365a4d5164..e311f93409e2848be0cf2d565cd6b266d9667d61 100644 |
--- a/chrome/common/extensions/api/tabs.json |
+++ b/chrome/common/extensions/api/tabs.json |
@@ -24,7 +24,8 @@ |
"title": {"type": "string", "optional": true, "optional": true, "description": "The title of the tab. This will only be present if the extension has the 'tabs' or 'webNavigation' permission. It may also be an empty string if the tab is loading."}, |
"favIconUrl": {"type": "string", "optional": true, "optional": true, "description": "The URL of the tab's favicon. This will only be present if the extension has the 'tabs' or 'webNavigation' permission. It may also be an empty string if the tab is loading."}, |
"status": {"type": "string", "optional": true, "description": "Either <em>loading</em> or <em>complete</em>."}, |
- "incognito": {"type": "boolean", "description": "Whether the tab is in an incognito window."} |
+ "incognito": {"type": "boolean", "description": "Whether the tab is in an incognito window."}, |
+ "sessionId": {"type": "string", "optional": true, "description": "The session ID used to uniquely identify a Tab from the $ref:sessions API."} |
} |
}, |
{ |