| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index d7b8b9b4962c3d43a90650cb87f954e8c6b5d03e..b8653d89aa79b5ed6941e121f769fbc8523d588d 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -317,6 +317,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| features::kSendBeaconThrowForBlobWithNonSimpleType))
|
| WebRuntimeFeatures::enableSendBeaconThrowForBlobWithNonSimpleType(true);
|
|
|
| + WebRuntimeFeatures::enableAccessibilityObjectModel(
|
| + base::FeatureList::IsEnabled(features::kAccessibilityObjectModel));
|
| +
|
| #if defined(OS_ANDROID)
|
| if (command_line.HasSwitch(switches::kDisableMediaSessionAPI))
|
| WebRuntimeFeatures::enableMediaSession(false);
|
|
|