| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 9e672cf9d5cff1ac1734ae422d1a94855b6c3a35..24040a1aa3fcc9b901225fbc9dc46c1bc332cc68 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";
|
|
|