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

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

Issue 961983002: Rename probe/canary usages to secure proxy check. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment Created 5 years, 10 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/core/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/core/common/data_reduction_proxy_switches.cc
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
index 33f7df4bac4b7dee994a53ccfd5b1bb84037cd95..7f3e03a0b7367903f1225aefaf36a4bd45bf609e 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
@@ -31,9 +31,11 @@ const char kDataReductionProxyFallback[] = "spdy-proxy-auth-fallback";
// A test key for data reduction proxy authentication.
const char kDataReductionProxyKey[] = "spdy-proxy-auth-value";
-// Sets a canary URL to test before committing to using the data reduction
-// proxy. Note this canary does not go through the data reduction proxy.
-const char kDataReductionProxyProbeURL[] = "data-reduction-proxy-probe-url";
+// Sets a secure proxy check URL to test before committing to using the Data
+// Reduction Proxy. Note this check does not go through the Data Reduction
+// Proxy.
+const char kDataReductionProxySecureProxyCheckURL[] =
+ "data-reduction-proxy-secure-proxy-check-url";
// Sets a URL to fetch to warm up the data reduction proxy on startup and
// network changes.
« no previous file with comments | « components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698