Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9823)

Unified Diff: chrome/common/extensions/api/extension_api.json

Issue 289006: Issue 21729: Add new event chrome.tabs.onStatusChange . (Closed)
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/extension_uitest.cc ('k') | chrome/common/extensions/docs/tabs.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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."
}
]
},
« no previous file with comments | « chrome/browser/extensions/extension_uitest.cc ('k') | chrome/common/extensions/docs/tabs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698