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

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

Issue 1132083004: Enable an option to only use the secure Data Reduction Proxy when the secure proxy check succeeds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 7 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/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 bf676d32f03413a099d5d20372388e19309c264c..fb3d730a7dc7295619813be674ce08d286ff5c64 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
@@ -37,6 +37,11 @@ const char kDataReductionProxyKey[] = "spdy-proxy-auth-value";
const char kDataReductionProxySecureProxyCheckURL[] =
"data-reduction-proxy-secure-proxy-check-url";
+// Starts the secure Data Reduction Proxy in the disabled state until the secure
+// proxy check succeeds.
+const char kDataReductionProxyStartSecureDisabled[] =
+ "data-reduction-proxy-secure-proxy-disabled";
+
// 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";
« no previous file with comments | « components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698