Index: components/data_reduction_proxy/core/common/data_reduction_proxy_params.h |
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h |
index e8164d7a6f767c5bd7467bbbddfdcaff755e4ccf..b087675ef5360cfc1e9dd13d7bdfcedc6cbea91a 100644 |
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h |
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h |
@@ -99,6 +99,10 @@ class DataReductionProxyParams { |
static bool IsIncludedInAndroidOnePromoFieldTrial( |
const char* build_fingerprint); |
+ // Returns true if this client is part of a field trial that sets the origin |
+ // proxy server as quic://proxy.googlezip.net. |
+ static bool IsIncludedInUseQUICAsPrimaryOriginFieldTrial(); |
+ |
// Constructs configuration parameters. If |kAllowed|, then the standard |
// data reduction proxy configuration is allowed to be used. If |
// |kfallbackAllowed| a fallback proxy can be used if the primary proxy is |
@@ -321,6 +325,7 @@ class DataReductionProxyParams { |
bool alt_fallback_allowed_; |
bool promo_allowed_; |
bool holdback_; |
+ bool quic_globally_disabled_; |
bool configured_on_command_line_; |
}; |