| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
|
| index fd1ec2058ebfbe6513c16993161335baf0980f8d..fc2bd7ea898ad1c0addc6f378daf3c1d420b878e 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
|
| @@ -75,20 +75,22 @@ class DataReductionProxyIOData : public DataReductionProxyEventStorageDelegate {
|
| scoped_ptr<net::URLRequestInterceptor> CreateInterceptor();
|
|
|
| // Creates a NetworkDelegate suitable for carrying out the Data Reduction
|
| // Proxy protocol, including authenticating, establishing a handler to
|
| // override the current proxy configuration, and
|
| // gathering statistics for UMA.
|
| scoped_ptr<DataReductionProxyNetworkDelegate> CreateNetworkDelegate(
|
| scoped_ptr<net::NetworkDelegate> wrapped_network_delegate,
|
| bool track_proxy_bypass_statistics);
|
|
|
| + scoped_ptr<DataReductionProxyDelegate> CreateProxyDelegate() const;
|
| +
|
| // Sets user defined preferences for how the Data Reduction Proxy
|
| // configuration should be set. |at_startup| is true only
|
| // when DataReductionProxySettings is initialized.
|
| void SetProxyPrefs(bool enabled, bool at_startup);
|
|
|
| // Applies a serialized Data Reduction Proxy configuration.
|
| void SetDataReductionProxyConfiguration(const std::string& serialized_config);
|
|
|
| // Returns true when Lo-Fi mode should be activated. When Lo-Fi mode is
|
| // active, URL requests are modified to request low fidelity versions of the
|
|
|