| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| index c1da2af109ac2a10065195557f96c9f8ab0ee77e..ea8b1661b7a463859591511356231735255eb163 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| @@ -138,6 +138,12 @@ class DataReductionProxyNetworkDelegate : public net::LayeredNetworkDelegate {
|
|
|
| DataReductionProxyEventCreator* event_creator_;
|
|
|
| + // Store if the previous state of Lo-Fi was on, so that change in Lo-Fi status
|
| + // can be recorded properly. This is not recorded for the control group,
|
| + // because it is only used to report changes in request headers, and the
|
| + // request headers are never modified in the control group.
|
| + bool previous_state_lofi_on_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(DataReductionProxyNetworkDelegate);
|
| };
|
|
|
|
|