From f96d63b5cd8307b82a98c7ef625679cc0588385e Mon Sep 17 00:00:00 2001 From: "michaelbai@chromium.org" Date: Tue, 1 Apr 2014 19:22:44 +0000 Subject: Revert "Revert r253110: "Enable webrtc for webview."" This reverts commit 809b76d5243988fa3ad3ad4dfda94d23246b1daf. BUG=357016 Review URL: https://codereview.chromium.org/219463004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260921 0039d316-1c4b-4281-b951-d872f2087c98 --- android_webview/lib/main/aw_main_delegate.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'android_webview/lib') 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; } -- cgit v1.1