| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 15e6f8e8b7807d322a1e4404332430fd6eb664aa..87bca01e28420fdb128c9076a4c95e4402718e0b 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -190,9 +190,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| else
|
| WebRuntimeFeatures::enableV8IdleTasks(true);
|
|
|
| - if (command_line.HasSwitch(switches::kEnableUnsafeES3APIs))
|
| - WebRuntimeFeatures::enableUnsafeES3APIs(true);
|
| -
|
| if (command_line.HasSwitch(switches::kEnableWebVR))
|
| WebRuntimeFeatures::enableWebVR(true);
|
|
|
|
|