| 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 7df436f7768faae66956485b86bdc9b89e4d4159..a521625ad8fe3498a18332f425f25cb4fcc6dc65 100644
|
| --- a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h
|
| +++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h
|
| @@ -67,19 +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);
|
| -
|
| - ScopedJavaLocalRef<jstring> GetTokenForAuthChallenge(JNIEnv* env,
|
| - jobject obj,
|
| - jstring host,
|
| - jstring realm);
|
| -
|
| // Registers the native methods to be call from Java.
|
| static bool Register(JNIEnv* env);
|
|
|
|
|