Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index b4d5df5d96aab3dcd7d960057e8f4d94a1a74dd1..7fae7425685ad68bc8661da9d64e9d71fb64cdda 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -100,9 +100,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
if (command_line.HasSwitch(scheduler::switches::kDisableBlinkScheduler)) |
WebRuntimeFeatures::enableBlinkScheduler(false); |
- if (command_line.HasSwitch(switches::kDisableLocalStorage)) |
- WebRuntimeFeatures::enableLocalStorage(false); |
- |
if (command_line.HasSwitch(switches::kDisableMediaSource)) |
WebRuntimeFeatures::enableMediaSource(false); |