| Index: android_webview/browser/net/aw_url_request_context_getter.cc
|
| diff --git a/android_webview/browser/net/aw_url_request_context_getter.cc b/android_webview/browser/net/aw_url_request_context_getter.cc
|
| index 3b3d9c676a3dd1ed7972724366f4e4c577a4744f..7e8b76763ae9326cfbc47de9c9d06abc30942930 100644
|
| --- a/android_webview/browser/net/aw_url_request_context_getter.cc
|
| +++ b/android_webview/browser/net/aw_url_request_context_getter.cc
|
| @@ -235,7 +235,6 @@ void AwURLRequestContextGetter::InitializeURLRequestContext() {
|
| data_reduction_proxy_auth_request_handler_.reset(
|
| new data_reduction_proxy::DataReductionProxyAuthRequestHandler(
|
| data_reduction_proxy::kClientAndroidWebview,
|
| - data_reduction_proxy::kAndroidWebViewProtocolVersion,
|
| data_reduction_proxy_settings->params(),
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)));
|
|
|
|
|