Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1137)

Unified Diff: content/browser/media/media_source_browsertest.cc

Issue 20104005: enable MSE and legacy EME by default on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/media_source_browsertest.cc
diff --git a/content/browser/media/media_source_browsertest.cc b/content/browser/media/media_source_browsertest.cc
index c2f0c9e37d3523d3d327ad9642cda45ec660fd73..bd119ddff07710c6c1ff2a2fc75d7933b56c3260 100644
--- a/content/browser/media/media_source_browsertest.cc
+++ b/content/browser/media/media_source_browsertest.cc
@@ -26,8 +26,6 @@ class MediaSourceTest : public content::MediaBrowserTest {
#if defined(OS_ANDROID)
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
- // TODO(scherkus): Remove after enabled by default http://crbug.com/233420
- command_line->AppendSwitch(switches::kEnableWebKitMediaSource);
command_line->AppendSwitch(
switches::kDisableGestureRequirementForMediaPlayback);
}
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698