diff options
author | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-01 19:22:44 +0000 |
---|---|---|
committer | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-01 19:22:44 +0000 |
commit | f96d63b5cd8307b82a98c7ef625679cc0588385e (patch) | |
tree | 93733b2352d2482c63fe6960f4ed37d0c727cc2f /android_webview/lib | |
parent | 4f15123480d5f74490b8366a296b4425abda4321 (diff) | |
download | chromium_src-f96d63b5cd8307b82a98c7ef625679cc0588385e.zip chromium_src-f96d63b5cd8307b82a98c7ef625679cc0588385e.tar.gz chromium_src-f96d63b5cd8307b82a98c7ef625679cc0588385e.tar.bz2 |
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
Diffstat (limited to 'android_webview/lib')
-rw-r--r-- | android_webview/lib/main/aw_main_delegate.cc | 4 |
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; } |