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

Unified Diff: android_webview/native/aw_contents_statics.cc

Issue 430643002: Correcting the version field in the Chrome-Proxy header to be the chromium build and patch number. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing Lei comments Created 6 years, 5 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
Index: android_webview/native/aw_contents_statics.cc
diff --git a/android_webview/native/aw_contents_statics.cc b/android_webview/native/aw_contents_statics.cc
index 3f2ab86dca61ffafdc45ca19ee28a07b50dd706a..9888aad4109315bf5ed7a5d5c8fafc6437ccb7cc 100644
--- a/android_webview/native/aw_contents_statics.cc
+++ b/android_webview/native/aw_contents_statics.cc
@@ -58,9 +58,7 @@ void SetDataReductionProxyKey(JNIEnv* env, jclass, jstring key) {
browser_context->GetDataReductionProxyAuthRequestHandler();
if (drp_auth_request_handler)
drp_auth_request_handler->SetKey(
- ConvertJavaStringToUTF8(env, key),
- data_reduction_proxy::kClientAndroidWebview,
- data_reduction_proxy::kProtocolVersion);
+ ConvertJavaStringToUTF8(env, key));
}
// static

Powered by Google App Engine
This is Rietveld 408576698