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

Unified Diff: components/precache/core/precache_switches.h

Issue 27047003: Precache tracking database (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@precache
Patch Set: Added field trials 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: components/precache/core/precache_switches.h
diff --git a/components/precache/core/precache_switches.h b/components/precache/core/precache_switches.h
index c0d2aba9bbbee722eccd8644e01437942fdb48b5..5ed0c438a3089dbbabde3455f02509bb68fe32a2 100644
--- a/components/precache/core/precache_switches.h
+++ b/components/precache/core/precache_switches.h
@@ -10,6 +10,7 @@ namespace switches {
// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
+extern const char kEnablePrecache[];
extern const char kPrecacheConfigSettingsURL[];
extern const char kPrecacheManifestURLPrefix[];

Powered by Google App Engine
This is Rietveld 408576698