Chromium Code Reviews| 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, |