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

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

Issue 2062963003: Add a flag to disable server experiments in DRP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kundaji comments Created 4 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/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 5cc99eefb6cc103cc362dc4d11aefa5af17aa61e..cecb13740e080fdf06716ea6c1eb00253f23eecf 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
@@ -53,6 +53,10 @@ const char kDataReductionProxyLoFiValueSlowConnectionsOnly[] =
const char kDataReductionProxySecureProxyCheckURL[] =
"data-reduction-proxy-secure-proxy-check-url";
+// Disables server experiments that may be enabled through field trial.
+const char kDataReductionProxyServerExperimentsDisabled[] =
+ "data-reduction-proxy-server-experiments-disabled";
+
// Starts the secure Data Reduction Proxy in the disabled state until the secure
// proxy check succeeds.
const char kDataReductionProxyStartSecureDisabled[] =

Powered by Google App Engine
This is Rietveld 408576698