| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 8fb6877c42840741a1f03215ebfdcf4b1217e5d8..fc5fea75adcef67120c6adb8e2bdd734877da683 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -75,9 +75,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (command_line.HasSwitch(switches::kDisableSessionStorage))
|
| WebRuntimeFeatures::enableSessionStorage(false);
|
|
|
| - if (command_line.HasSwitch(switches::kDisableGeolocation))
|
| - WebRuntimeFeatures::enableGeolocation(false);
|
| -
|
| if (command_line.HasSwitch(switches::kDisableWebKitMediaSource))
|
| WebRuntimeFeatures::enableWebKitMediaSource(false);
|
|
|
|
|