| 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 5549dd29c7a7f60716c950806b7623c30866175b..ed8d971d86f28fd8f658c0484341ddca5f5e39be 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
|
| @@ -53,13 +53,10 @@ class DataReductionProxyService;
|
| // the IO thread.
|
| class DataReductionProxyIOData : public DataReductionProxyEventStorageDelegate {
|
| public:
|
| - // Constructs a DataReductionProxyIOData object. |param_flags| is used to
|
| - // set information about the DNS names used by the proxy, and allowable
|
| - // configurations. |enabled| sets the initial state of the Data Reduction
|
| - // Proxy.
|
| + // Constructs a DataReductionProxyIOData object. |enabled| sets the initial
|
| + // state of the Data Reduction Proxy.
|
| DataReductionProxyIOData(
|
| Client client,
|
| - int param_flags,
|
| net::NetLog* net_log,
|
| scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
|
| scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
|
|
|