| Index: content/public/common/content_switches.cc
|
| ===================================================================
|
| --- content/public/common/content_switches.cc (revision 179784)
|
| +++ content/public/common/content_switches.cc (working copy)
|
| @@ -218,6 +218,9 @@
|
| #if defined(OS_ANDROID)
|
| // Enable web audio API.
|
| const char kEnableWebAudio[] = "enable-webaudio";
|
| +
|
| +// WebRTC is disabled by default on Android.
|
| +const char kEnableWebRTC[] = "enable-webrtc";
|
| #else
|
| // Disable web audio API.
|
| const char kDisableWebAudio[] = "disable-webaudio";
|
|
|