| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 28608481da8035e47650b5d89014bff944efc18b..72d0afe134ccc65cdfffdb8602066a2a09ad4d74 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -357,9 +357,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (base::FeatureList::IsEnabled(features::kGenericSensor))
|
| WebRuntimeFeatures::enableGenericSensor(true);
|
|
|
| - if (base::FeatureList::IsEnabled(features::kFasterLocationReload))
|
| - WebRuntimeFeatures::enableFasterLocationReload(true);
|
| -
|
| // Enable features which VrShell depends on.
|
| if (base::FeatureList::IsEnabled(features::kVrShell)) {
|
| WebRuntimeFeatures::enableGamepadExtensions(true);
|
|
|