Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1225)

Unified Diff: content/child/runtime_features.cc

Issue 400613002: Remove a command line for NavigatorContentUtils (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/public/common/content_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698