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

Unified Diff: android_webview/browser/aw_login_delegate.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.cc ('k') | android_webview/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_login_delegate.cc
diff --git a/android_webview/browser/aw_login_delegate.cc b/android_webview/browser/aw_login_delegate.cc
index ab7d6129a8d1eda1bb1597c32512b9f2679ec08b..133b8020c247574de2059419da7e3d350b2e883d 100644
--- a/android_webview/browser/aw_login_delegate.cc
+++ b/android_webview/browser/aw_login_delegate.cc
@@ -87,7 +87,7 @@ void AwLoginDelegate::HandleHttpAuthRequestOnUIThread(
DCHECK_CURRENTLY_ON(BrowserThread::UI);
aw_http_auth_handler_.reset(
- AwHttpAuthHandler::Create(this, auth_info_.get(), first_auth_attempt));
+ new AwHttpAuthHandler(this, auth_info_.get(), first_auth_attempt));
RenderFrameHost* render_frame_host = RenderFrameHost::FromID(
render_process_id_, render_frame_id_);
« no previous file with comments | « android_webview/browser/aw_http_auth_handler.cc ('k') | android_webview/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698