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

Unified Diff: content/child/runtime_features.cc

Issue 837363002: Removing --disable-application-cache flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
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);

Powered by Google App Engine
This is Rietveld 408576698