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

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

Issue 2142413003: Adding Discarded property support for onUpdate function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@API_Discarded
Patch Set: nit fixed Created 4 years, 5 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
Index: chrome/common/extensions/api/tabs.json
diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json
index fbbc055e1ee989d41571d3dbf7225aa4f98aa161..1f64ec11977595430a6431c66487b16e9f267e05 100644
--- a/chrome/common/extensions/api/tabs.json
+++ b/chrome/common/extensions/api/tabs.json
@@ -981,6 +981,11 @@
"optional": true,
"description": "The tab's new audible state."
},
+ "discarded": {
+ "type": "boolean",
+ "optional": true,
+ "description": "The tab's new discarded state."
+ },
"mutedInfo": {
"$ref": "MutedInfo",
"optional": true,
« no previous file with comments | « chrome/browser/extensions/extension_tabs_apitest.cc ('k') | chrome/test/data/extensions/api_test/tabs/basics/discarded.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698