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

Unified Diff: android_webview/browser/aw_http_auth_handler.cc

Issue 2884353003: [WebView] Remove more redundant classes (Closed)
Patch Set: add missing header 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_http_auth_handler_base.h » ('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 d0a22db5592c1f12de7530163e298e99740fe2bf..35e85a24f48364f197d773d8edfffb729b312910 100644
--- a/android_webview/browser/aw_http_auth_handler.cc
+++ b/android_webview/browser/aw_http_auth_handler.cc
@@ -67,10 +67,9 @@ bool AwHttpAuthHandler::HandleOnUIThread(content::WebContents* web_contents) {
}
// static
-AwHttpAuthHandlerBase* AwHttpAuthHandlerBase::Create(
- AwLoginDelegate* login_delegate,
- net::AuthChallengeInfo* auth_info,
- bool first_auth_attempt) {
+AwHttpAuthHandler* AwHttpAuthHandler::Create(AwLoginDelegate* login_delegate,
+ net::AuthChallengeInfo* auth_info,
+ bool first_auth_attempt) {
return new AwHttpAuthHandler(login_delegate, auth_info, first_auth_attempt);
}
« no previous file with comments | « android_webview/browser/aw_http_auth_handler.h ('k') | android_webview/browser/aw_http_auth_handler_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698