summaryrefslogtreecommitdiffstats
path: root/android_webview/lib
diff options
context:
space:
mode:
authormichaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-01 19:22:44 +0000
committermichaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-01 19:22:44 +0000
commitf96d63b5cd8307b82a98c7ef625679cc0588385e (patch)
tree93733b2352d2482c63fe6960f4ed37d0c727cc2f /android_webview/lib
parent4f15123480d5f74490b8366a296b4425abda4321 (diff)
downloadchromium_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.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;
}