Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1577)

Unified Diff: android_webview/browser/net/aw_url_request_context_getter.cc

Issue 533003002: Use chromium version for data reduction proxy version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added needed file Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/data_reduction_proxy.gypi » ('j') | components/data_reduction_proxy.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6e39cd79cce587003a430172276bbcd81324d69c..f4260b74585a80e97886c2c9928c785e25b8b068 100644
--- a/android_webview/browser/net/aw_url_request_context_getter.cc
+++ b/android_webview/browser/net/aw_url_request_context_getter.cc
@@ -232,7 +232,8 @@ 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::DataReductionProxyAuthRequestHandler::
+ ChromiumVersion(),
data_reduction_proxy_settings->params(),
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)));
« no previous file with comments | « no previous file | components/data_reduction_proxy.gypi » ('j') | components/data_reduction_proxy.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698