summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorqiankun.miao <qiankun.miao@intel.com>2015-04-24 09:50:14 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-24 16:50:17 +0000
commit1a041b8c553e1287b464efd3974a9bcd4dd03145 (patch)
tree2ce03f9292209dbc01bfb3f95896cbfbbccd7103 /content
parent74add93a0342bc2f67a7f397b3881ef08d364a0a (diff)
downloadchromium_src-1a041b8c553e1287b464efd3974a9bcd4dd03145.zip
chromium_src-1a041b8c553e1287b464efd3974a9bcd4dd03145.tar.gz
chromium_src-1a041b8c553e1287b464efd3974a9bcd4dd03145.tar.bz2
Remove LocalStorage runtime flag (status=stable) for chromium
The feature is in stable status since 2013. No runtime check in blink currently. So just remove the call for runtime enabling. The blink side patch is at: https://codereview.chromium.org/1074943004/ BUG=402536 Review URL: https://codereview.chromium.org/1094103007 Cr-Commit-Position: refs/heads/master@{#326818}
Diffstat (limited to 'content')
-rw-r--r--content/child/runtime_features.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
index b4d5df5..7fae742 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);