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

Unified Diff: components/data_reduction_proxy/common/data_reduction_proxy_switches.h

Issue 338723002: Add probe to warm data reduction proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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/data_reduction_proxy/common/data_reduction_proxy_switches.h
diff --git a/components/data_reduction_proxy/common/data_reduction_proxy_switches.h b/components/data_reduction_proxy/common/data_reduction_proxy_switches.h
index 3a68011dcebb9afb6ff761ad0a5f2e967330ad48..837a07f10f5bfda89c9e5e0ddcedc332f8a9ed86 100644
--- a/components/data_reduction_proxy/common/data_reduction_proxy_switches.h
+++ b/components/data_reduction_proxy/common/data_reduction_proxy_switches.h
@@ -18,6 +18,7 @@ extern const char kDataReductionProxyDev[];
extern const char kDataReductionProxyFallback[];
extern const char kDataReductionProxyKey[];
extern const char kDataReductionProxyProbeURL[];
+extern const char kDataReductionProxyWarmupURL[];
extern const char kDataReductionSSLProxy[];
extern const char kDisableDataReductionProxyDev[];
extern const char kEnableDataReductionProxyDev[];

Powered by Google App Engine
This is Rietveld 408576698