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

Unified Diff: chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h

Issue 2957023002: Centralize the Data Reduction Proxy pass through header (Closed)
Patch Set: remove unused identity directive method Created 3 years, 6 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: chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h
index cbb706e54a466e841d3ee3b1918836b929bae98e..58969da2d57c5d95a6054174f2097c411288878c 100644
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h
@@ -74,6 +74,9 @@ class DataReductionProxySettingsAndroid {
ScopedJavaLocalRef<jlongArray> GetDailyReceivedContentLengths(
JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj);
+ ScopedJavaLocalRef<jstring> GetDataReductionProxyPassThroughHeader(
+ JNIEnv* env,
+ const base::android::JavaParamRef<jobject>& obj);
// Return a Java |ContentLengths| object wrapping the results of a call to
// DataReductionProxySettings::GetContentLengths.

Powered by Google App Engine
This is Rietveld 408576698