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

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

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
« no previous file with comments | « components/data_reduction_proxy/common/data_reduction_proxy_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/common/data_reduction_proxy_switches.cc
diff --git a/components/data_reduction_proxy/common/data_reduction_proxy_switches.cc b/components/data_reduction_proxy/common/data_reduction_proxy_switches.cc
index 780dbebf61bad961debd0ad62114c0b4a17d434d..1dd1df7d154b12bfc647d679f0abc4decf0c1849 100644
--- a/components/data_reduction_proxy/common/data_reduction_proxy_switches.cc
+++ b/components/data_reduction_proxy/common/data_reduction_proxy_switches.cc
@@ -30,6 +30,10 @@ const char kDataReductionProxyKey[] = "spdy-proxy-auth-value";
// proxy. Note this canary does not go through the data reduction proxy.
const char kDataReductionProxyProbeURL[] = "data-reduction-proxy-probe-url";
+// Sets a URL to fetch to warm up the data reduction proxy on startup and
+// network changes.
+const char kDataReductionProxyWarmupURL[] = "data-reduction-proxy-warmup-url";
+
// The origin of the data reduction SSL proxy.
const char kDataReductionSSLProxy[] = "data-reduction-ssl-proxy";
« no previous file with comments | « components/data_reduction_proxy/common/data_reduction_proxy_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698