| 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 911668705fed33cf74bf7068c2e001c537e635ec..d1a79d28cc13b06afa1fd5d95e34b637f3e6a933 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
|
| @@ -85,7 +85,8 @@ class DataReductionProxySettings
|
| PrefService* prefs,
|
| net::URLRequestContextGetter* url_request_context_getter,
|
| net::NetLog* net_log,
|
| - DataReductionProxyEventStore* event_store);
|
| + DataReductionProxyEventStore* event_store,
|
| + bool quic_enabled_for_proxies);
|
|
|
| // Sets the |statistics_prefs_| to be used for data reduction proxy pref reads
|
| // and writes.
|
|
|