| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
| index 64432390aa680b942031ce6a9112a5e95f62f8c5..17c2e528708945e6b71c79af549ff665ec73a807 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
| @@ -87,7 +87,8 @@ class DataReductionProxySettings
|
| scoped_ptr<DataReductionProxyStatisticsPrefs> statistics_prefs,
|
| net::URLRequestContextGetter* url_request_context_getter,
|
| net::NetLog* net_log,
|
| - DataReductionProxyEventStore* event_store);
|
| + DataReductionProxyEventStore* event_store,
|
| + bool enable_quic);
|
|
|
| // Constructs statistics prefs. This should not be called if a valid
|
| // statistics prefs is passed into the constructor.
|
|
|