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 fe345eca338ab13bacfb9fdb3abc459f08284956..c52a8f90d161fe738c8f4cf7059ef3fb8285c6f2 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 |
@@ -120,6 +120,10 @@ class DataReductionProxyParams : public DataReductionProxyConfigValues { |
// command line. |
static bool ShouldForceEnableDataReductionProxy(); |
+ // Returns true if the secure Data Reduction Proxy should be used until the |
+ // secure proxy check fails. |
+ static bool ShouldUseSecureProxyByDefault(); |
+ |
// 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 |