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

Unified Diff: chrome/common/chrome_switches.cc

Issue 27047003: Precache tracking database (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@precache
Patch Set: General fixes, added tests, and moved PrecacheManager into component Created 7 years, 2 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 8454d917976a778838aa1c4f56166e7f14c16b74..a291c0a1d9633859062b7b9fd9a931c189b85510 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -697,10 +697,6 @@ const char kDisablePnaclCrashThrottling[] = "disable-pnacl-crash-throttling";
// Disables the installation of Portable Native Client.
const char kDisablePnaclInstall[] = "disable-pnacl-install";
-// Enables the proactive populating of the disk cache with Web resources that
-// are likely to be needed in future page fetches.
-const char kEnablePrecache[] = "enable-precache";
bengr 2013/10/23 19:03:36 The semantics should be that precache is enabled i
sclittle 2013/10/24 22:11:38 see PrecacheManager::IsPrecachingEnabled()
-
// Enables tracking of tasks in profiler for viewing via about:profiler.
// To predominantly disable tracking (profiling), use the command line switch:
// --enable-profiling=0

Powered by Google App Engine
This is Rietveld 408576698