Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 6d6d8bfedeef659d9ad8ea0e9c73d318a1f339b9..044b17199a83cb2077fc13ed62f5d5811dc6dfe7 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -89,9 +89,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
if (command_line.HasSwitch(switches::kDisableDatabases)) |
WebRuntimeFeatures::enableDatabase(false); |
- if (command_line.HasSwitch(switches::kDisableApplicationCache)) |
- WebRuntimeFeatures::enableApplicationCache(false); |
- |
if (command_line.HasSwitch(switches::kDisableBlinkScheduler)) |
WebRuntimeFeatures::enableBlinkScheduler(false); |