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

Unified Diff: content/public/common/content_switches.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/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index f4ca6744d799d6478bbba956a8ee8fcddbf38b3e..169efa8d4ad5b97442a7b020a69b4d0643ba0ca6 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -86,9 +86,6 @@ const char kDisableAccelerated2dCanvas[] = "disable-accelerated-2d-canvas";
const char kDisableAcceleratedVideoDecode[] =
"disable-accelerated-video-decode";
-// Disable the ApplicationCache.
-const char kDisableApplicationCache[] = "disable-application-cache";
-
// Disable limits on the number of backing stores. Can prevent blinking for
// users with many windows/tabs and lots of memory.
const char kDisableBackingStoreLimit[] = "disable-backing-store-limit";

Powered by Google App Engine
This is Rietveld 408576698