| Index: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
|
| diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
|
| index 57fbf651ca856c755741eba0a145df0426c780db..6222721b5a50aaee4b75c8d319cd5e8626b31a29 100644
|
| --- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
|
| +++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
|
| @@ -48,7 +48,8 @@ class DataReductionProxyChromeSettings
|
| data_reduction_proxy::DataReductionProxyIOData* io_data,
|
| PrefService* profile_prefs,
|
| PrefService* local_state_prefs,
|
| - net::URLRequestContextGetter* request_context);
|
| + net::URLRequestContextGetter* request_context,
|
| + bool quic_enabled_for_proxies);
|
|
|
| // Gets the client type for the data reduction proxy.
|
| static data_reduction_proxy::Client GetClient();
|
|
|