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 1a41ba11ad9e02f838020301327ad394934d1aeb..5a81e6c64740e491a3ae6c29ac35587893b0f076 100644 |
| --- a/chrome/common/extensions/api/tabs.json |
| +++ b/chrome/common/extensions/api/tabs.json |
| @@ -556,7 +556,7 @@ |
| "muted": { |
| "type": "boolean", |
| "optional": true, |
| - "description": "Whether the tab should be muted." |
| + "description": "Whether the tab should be muted. This is rate limited across all extensions to allow at most three attempts in fast succession; additional attempts are earned every 15 seconds." |
| }, |
| "openerTabId": { |
| "type": "integer", |