| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index dd4298b62cc145445dfbfb6d07c6e5bdc8ab5d5a..93c9b0ac62a6e03bffcfa393bf09096548447385 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -957,8 +957,8 @@ const char kEnableAggressiveDOMStorageFlushing[] =
|
| "enable-aggressive-domstorage-flushing";
|
|
|
| // Enable audio for desktop share.
|
| -const char kEnableAudioSupportForDesktopShare[] =
|
| - "enable-audio-support-for-desktop-share";
|
| +const char kDisableAudioSupportForDesktopShare[] =
|
| + "disable-audio-support-for-desktop-share";
|
|
|
| #if defined(OS_CHROMEOS)
|
| // Disables panel fitting (used for mirror mode).
|
|
|