| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 39adb1276985bebf57643e7f2944c884fdbf6e16..554fd4e8b50a186d8867a495659e29e22b000d78 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -99,9 +99,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (command_line.HasSwitch(switches::kDisableBlinkScheduler))
|
| WebRuntimeFeatures::enableBlinkScheduler(false);
|
|
|
| - if (command_line.HasSwitch(switches::kDisableLocalStorage))
|
| - WebRuntimeFeatures::enableLocalStorage(false);
|
| -
|
| if (command_line.HasSwitch(switches::kDisableMediaSource))
|
| WebRuntimeFeatures::enableMediaSource(false);
|
|
|
|
|