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

Unified Diff: media/base/media_switches.cc

Issue 2503153002: Enable MediaPlayerRenderer by default (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index c7e02e2c39d8637983da8a9610feabf2618e2985..55d1ec765d377b4a48b2836425927df39cf60ed1 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -171,7 +171,7 @@ const base::Feature kExternalClearKeyForTesting{
#if defined(OS_ANDROID)
// Replaces WPMA by the MediaPlayerRenderer for HLS and fallback playback.
const base::Feature kAndroidMediaPlayerRenderer{
- "android-media-player-renderer", base::FEATURE_DISABLED_BY_DEFAULT};
+ "android-media-player-renderer", base::FEATURE_ENABLED_BY_DEFAULT};
#endif
} // namespace media
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698