| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index b7d4010e1c5d394affd89e15c222e0779c070c22..0b3133df827d9873efbe10059984233cbc4fd30e 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -941,6 +941,10 @@ const char kEnableAggressiveDOMStorageFlushing[] =
|
| // Disable web audio API.
|
| const char kDisableWebAudio[] = "disable-webaudio";
|
|
|
| +// Enable audio for desktop share.
|
| +const char kEnableAudioSupportForDesktopShare[] =
|
| + "enable-audio-support-for-desktop-share";
|
| +
|
| #if defined(OS_CHROMEOS)
|
| // Disables panel fitting (used for mirror mode).
|
| const char kDisablePanelFitting[] = "disable-panel-fitting";
|
|
|