Chromium Code Reviews| Index: content/renderer/render_view_impl.cc |
| =================================================================== |
| --- content/renderer/render_view_impl.cc (revision 198991) |
| +++ content/renderer/render_view_impl.cc (working copy) |
| @@ -4048,7 +4048,7 @@ |
| return; |
| #if defined(OS_ANDROID) |
| - if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableWebRTC)) |
| + if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableWebRTC)) |
| return; |
| #endif |