| Index: android_webview/browser/aw_http_auth_handler.cc
|
| diff --git a/android_webview/browser/aw_http_auth_handler.cc b/android_webview/browser/aw_http_auth_handler.cc
|
| index 35e85a24f48364f197d773d8edfffb729b312910..43999a0a92bb7b4ef12bc08f18a81cb7b562ea63 100644
|
| --- a/android_webview/browser/aw_http_auth_handler.cc
|
| +++ b/android_webview/browser/aw_http_auth_handler.cc
|
| @@ -66,13 +66,6 @@ bool AwHttpAuthHandler::HandleOnUIThread(content::WebContents* web_contents) {
|
| realm_);
|
| }
|
|
|
| -// static
|
| -AwHttpAuthHandler* AwHttpAuthHandler::Create(AwLoginDelegate* login_delegate,
|
| - net::AuthChallengeInfo* auth_info,
|
| - bool first_auth_attempt) {
|
| - return new AwHttpAuthHandler(login_delegate, auth_info, first_auth_attempt);
|
| -}
|
| -
|
| bool RegisterAwHttpAuthHandler(JNIEnv* env) {
|
| return RegisterNativesImpl(env);
|
| }
|
|
|