| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index de37147eff3ad0c866a5f49632d1d16ae5a3f1f4..29b72e11eeeed295ad7b83afa9de181f1077d00f 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -61,8 +61,8 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures))
|
| WebRuntimeFeatures::enableExperimentalFeatures(true);
|
|
|
| - WebRuntimeFeatures::enableExperimentalFramework(
|
| - base::FeatureList::IsEnabled(features::kExperimentalFramework));
|
| + WebRuntimeFeatures::enableOriginTrials(
|
| + base::FeatureList::IsEnabled(features::kOriginTrials));
|
|
|
| if (command_line.HasSwitch(switches::kEnableWebBluetooth))
|
| WebRuntimeFeatures::enableWebBluetooth(true);
|
|
|