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

Unified Diff: android_webview/browser/aw_http_auth_handler.cc

Issue 2906583002: [WebView] native/ browser/ merge cleanup (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « android_webview/browser/aw_http_auth_handler.h ('k') | android_webview/browser/aw_login_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « android_webview/browser/aw_http_auth_handler.h ('k') | android_webview/browser/aw_login_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698