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

Unified Diff: media/base/media_switches.cc

Issue 2420273002: Delete WebMediaPlayerAndroid (Closed)
Patch Set: Fix build error Created 3 years, 10 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 | « content/renderer/render_frame_impl.cc ('k') | media/blink/webmediaplayer_impl.cc » ('j') | 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 936d5c0ec1d8370b15cc6d4007b45a6ec86e8ce7..07f107c7a441b6dcf0227a285ec79b4a38149392 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -194,10 +194,6 @@ const base::Feature kExternalClearKeyForTesting{
"external-clear-key-for-testing", base::FEATURE_DISABLED_BY_DEFAULT};
#if defined(OS_ANDROID)
-// Replaces WPMA by the MediaPlayerRenderer for HLS and fallback playback.
-const base::Feature kAndroidMediaPlayerRenderer{
- "android-media-player-renderer", base::FEATURE_ENABLED_BY_DEFAULT};
-
// Lock the screen orientation when a video goes fullscreen.
const base::Feature kVideoFullscreenOrientationLock{
"VideoFullscreenOrientationLock", base::FEATURE_ENABLED_BY_DEFAULT};
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | media/blink/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698