| Index: chrome/common/extensions/api/extension_api.json
|
| ===================================================================
|
| --- chrome/common/extensions/api/extension_api.json (revision 71766)
|
| +++ chrome/common/extensions/api/extension_api.json (working copy)
|
| @@ -921,6 +921,7 @@
|
| "url": {"type": "string", "description": "The URL the tab is displaying."},
|
| "title": {"type": "string", "optional": true, "description": "The title of the tab. This may not be available if the tab is loading."},
|
| "favIconUrl": {"type": "string", "optional": true, "description": "The URL of the tab's favicon. This may not be available if the tab is loading."},
|
| + "socketAddress": {"type": "string", "optional": true, "description": "The 'IPv4:port' or '[IPv6]:port' endpoint of the socket that fetched this page. This may be omitted if the address is unknown."},
|
| "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."}
|
| }
|
|
|