Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index a1466db61429e0a861d210dd33b5bfd2bdbbd8fc..bcdc8c72e732422de7578ed4b4075c45e91ea5bf 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -74,9 +74,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
if (command_line.HasSwitch(switches::kDisableDesktopNotifications)) |
WebRuntimeFeatures::enableNotifications(false); |
- if (command_line.HasSwitch(switches::kDisableNavigatorContentUtils)) |
- WebRuntimeFeatures::enableNavigatorContentUtils(false); |
Peter Kasting
2014/07/17 18:24:03
Are you going to remove this API as well, the unde
gyuyoung-inactive
2014/07/18 02:08:17
Not yet. Because currently Android doesn't enable
|
- |
if (command_line.HasSwitch(switches::kDisableLocalStorage)) |
WebRuntimeFeatures::enableLocalStorage(false); |