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

Unified Diff: chromecast/browser/cast_browser_main_parts.cc

Issue 2141293002: [Cast for ATV] Enable UMP on Cast for ATV (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit tests Created 4 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 | « build/config/features.gni ('k') | media/base/media_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_browser_main_parts.cc
diff --git a/chromecast/browser/cast_browser_main_parts.cc b/chromecast/browser/cast_browser_main_parts.cc
index 176e268f92ce13e99d7fc6c3f288f363d533ad57..91454778949ab50dce0f3b818a5af7e2fab9ce6e 100644
--- a/chromecast/browser/cast_browser_main_parts.cc
+++ b/chromecast/browser/cast_browser_main_parts.cc
@@ -194,10 +194,6 @@ DefaultCommandLineSwitch g_default_switches[] = {
// Disables Chromecast-specific WiFi-related features on ATV for now.
{ switches::kNoWifi, "" },
{ switches::kDisableGestureRequirementForMediaPlayback, ""},
- // TODO(sanfin): Unified Media Pipeline is disabled on ATV because of extant
- // issues with DRM and v8 that block media playback for numerous apps.
- // Reenable when the Unified Media Pipeline is stable enough for testing.
- { switches::kDisableUnifiedMediaPipeline, ""},
{ switches::kDisableMediaSuspend, ""},
#else
// GPU shader disk cache disabling is largely to conserve disk space.
« no previous file with comments | « build/config/features.gni ('k') | media/base/media_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698