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

Unified Diff: content/public/common/content_features.cc

Issue 1811003002: Enable material design media playback UI on all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new_media_ui_desktop
Patch Set: cleanup. Created 4 years, 7 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
Index: content/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index 755b31c838de2b056c64e2dac6dc88db8188f0e3..2518e43861e15aa77e9a4b8f3973ba0968a05f9d 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -37,7 +37,7 @@ const base::Feature kExperimentalFramework{"ExperimentalFramework",
// Enable the material design playback UI for media elements. This is always
// on for OS_ANDROID, but may be enabled by experiment for other platforms.
const base::Feature kNewMediaPlaybackUi{"NewMediaPlaybackUi",
- base::FEATURE_DISABLED_BY_DEFAULT};
+ base::FEATURE_ENABLED_BY_DEFAULT};
// FeatureList definition for trials to enable the download button on
// MediaDocument.

Powered by Google App Engine
This is Rietveld 408576698