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

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

Issue 333113002: Move data reduction proxy to Chrome-Proxy header for authentication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flywheel-refactor-net-fake-a-redirect-response-headers-chrome-proxy-auth
Patch Set: errata Created 6 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 f69b6d18763245a31524814ee841d8b6e588cd75..be162841f66b651998f1c31b4704b4f4581bdf59 100644
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h
@@ -67,14 +67,6 @@ class DataReductionProxySettingsAndroid
base::android::ScopedJavaLocalRef<jobject> GetContentLengths(JNIEnv* env,
jobject obj);
- // Wrapper methods for handling auth challenges. In both of the following,
- // a net::AuthChallengeInfo object is created from |host| and |realm| and
- // passed in to the superclass method.
- jboolean IsAcceptableAuthChallenge(JNIEnv* env,
- jobject obj,
- jstring host,
- jstring realm);
-
// Determines whether the data reduction proxy is unreachable. This is
// done by keeping a count of requests which go through proxy vs those
// which should have gone through the proxy based on the config.
« no previous file with comments | « chrome/browser/net/chrome_network_delegate.cc ('k') | chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698