| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 66d6781495a439ab1627ee7393008df9a4c96865..c7d1a0f9b18a4e299f25653b200bf48136cb32a4 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)
|
|
|