| 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.
|
|
|