| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index a0cc45165f80a8ed7fb7955cc8031b2247165a5f..e2e2e70b18600e54c46f19db5b63cbba583e01fc 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -41,6 +41,7 @@ static void SetRuntimeFeatureDefaultsForPlatform() {
|
| WebRuntimeFeatures::enableNotificationConstructor(false);
|
| // Android does not yet support switching of audio output devices
|
| WebRuntimeFeatures::enableAudioOutputDevices(false);
|
| + WebRuntimeFeatures::enableAutoplayMutedVideos(true);
|
| #else
|
| WebRuntimeFeatures::enableNavigatorContentUtils(true);
|
| #endif // defined(OS_ANDROID)
|
|
|