Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index df5a34afc2926cafe89fd9576fe44e04341ab6cd..b866c242de9541673637cac4f13018108b7ebc7e 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -117,9 +117,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
if (command_line.HasSwitch(switches::kDisableFileSystem)) |
WebRuntimeFeatures::enableFileSystem(false); |
- if (command_line.HasSwitch(switches::kDisableJavaScriptI18NAPI)) |
- WebRuntimeFeatures::enableJavaScriptI18NAPI(false); |
- |
if (command_line.HasSwitch(switches::kEnableExperimentalCanvasFeatures)) |
WebRuntimeFeatures::enableExperimentalCanvasFeatures(true); |