| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 477abdc73c22f9fc80b2fe779c625144c8aa7440..94a6f2aeed74a55b822f65ee552adb6128ff7049 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -62,6 +62,7 @@ static void SetRuntimeFeatureDefaultsForPlatform() {
|
| // Android won't be able to reliably support non-persistent notifications, the
|
| // intended behavior for which is in flux by itself.
|
| WebRuntimeFeatures::enableNotificationConstructor(false);
|
| + WebRuntimeFeatures::enableNewMediaPlaybackUi(true);
|
| #else
|
| WebRuntimeFeatures::enableNavigatorContentUtils(true);
|
| #endif // defined(OS_ANDROID)
|
|
|