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

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

Issue 1233263002: Clean up error handling logic for extension tab muting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore capitalization of LastMuteMetadata Created 5 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 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",

Powered by Google App Engine
This is Rietveld 408576698