| 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";
|
|
|
|
|