| 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 e53d673e48ee8757b5b20c19aad67424e2bcbcfb..081fedffcbae60d32e65bf7d6c98aa563296bc15 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
|
| @@ -48,7 +48,7 @@ class DataReductionProxyIOData {
|
|
|
| // Initializes IOData objects on the IO thread. Must be called before using
|
| // members.
|
| - void Init();
|
| + void Init(bool enable_quic);
|
|
|
| // Initializes preferences, including a preference to track whether the
|
| // Data Reduction Proxy is enabled.
|
|
|