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

Unified Diff: chrome/common/chrome_switches.cc

Issue 591963002: Tab audio mute control (views UI), behind a switch (off by default). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix generated_resources.grd changes for Mac compile. Created 6 years, 3 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/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index a04c81a0387450f8d957b7dc64dd0248b694ebe7..300e906c62e9798cd310e2bcb9791d2cc11b5a4f 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -615,6 +615,9 @@ const char kEnableSyncSyncedNotifications[] =
// Enables synced articles.
const char kEnableSyncArticles[] = "enable-sync-articles";
+// Enables user control over muting tab audio from the tab strip.
+const char kEnableTabAudioMuting[] = "enable-tab-audio-muting";
+
// Enables fanciful thumbnail processing. Used with NTP for
// instant-extended-api, where thumbnails are generally smaller.
const char kEnableThumbnailRetargeting[] = "enable-thumbnail-retargeting";

Powered by Google App Engine
This is Rietveld 408576698