summaryrefslogtreecommitdiffstats
path: root/android_webview/lib/main/aw_main_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview/lib/main/aw_main_delegate.cc')
-rw-r--r--android_webview/lib/main/aw_main_delegate.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
index 967fea3..7440b09 100644
--- a/android_webview/lib/main/aw_main_delegate.cc
+++ b/android_webview/lib/main/aw_main_delegate.cc
@@ -72,14 +72,10 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
// Fullscreen video with subtitle is not yet supported.
cl->AppendSwitch(switches::kDisableOverlayFullscreenVideoSubtitle);
- // Disable WebRTC.
- cl->AppendSwitch(switches::kDisableWebRTC);
-
#if defined(VIDEO_HOLE)
// Support EME/L1 with hole-punching.
cl->AppendSwitch(switches::kMediaDrmEnableNonCompositing);
#endif
-
return false;
}