Index: chrome/common/extensions/api/extension_api.json |
=================================================================== |
--- chrome/common/extensions/api/extension_api.json (revision 30333) |
+++ chrome/common/extensions/api/extension_api.json (working copy) |
@@ -729,6 +729,7 @@ |
{ |
"type": "object", |
"name": "changeInfo", |
+ "description": "Lists the changes to the state of the tab that was updated.", |
"properties": { |
"status": { |
"type": "string", |
@@ -740,6 +741,11 @@ |
"description": "Only specified if the tab's URL changed." |
} |
} |
+ }, |
+ { |
+ "$ref": "Tab", |
+ "name": "tab", |
+ "description": "Gives the state of the tab that was updated." |
} |
] |
}, |