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 e4acf281b0922c6dc57c5d4998e743a56596ae96..66c048470701022e36f77d6f6db14799d3b5cad5 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 |
@@ -98,6 +98,10 @@ class DataReductionProxyParams { |
static bool IsIncludedInAndroidOnePromoFieldTrial( |
const char* build_fingerprint); |
+ // Returns true if this client has the command line switch to enable lo-fi |
bengr
2015/01/27 18:55:00
Lo-Fi?
megjablon
2015/01/27 23:44:13
Done.
|
+ // mode. |
+ static bool IsDataReductionProxyLoFiEnabled(); |
+ |
// 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 |