Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 685109799e3d16e4e2fa23eaaac62e2ab9fc198c..ef4e834a4942448520d77c791f4ac95be6615ea1 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -98,9 +98,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
if (command_line.HasSwitch(switches::kDisableLocalStorage)) |
WebRuntimeFeatures::enableLocalStorage(false); |
- if (command_line.HasSwitch(switches::kDisableSessionStorage)) |
- WebRuntimeFeatures::enableSessionStorage(false); |
- |
if (command_line.HasSwitch(switches::kDisableMediaSource)) |
WebRuntimeFeatures::enableMediaSource(false); |