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

Unified Diff: android_webview/browser/aw_http_auth_handler.h

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 | « no previous file | android_webview/browser/aw_http_auth_handler.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.h
diff --git a/android_webview/browser/aw_http_auth_handler.h b/android_webview/browser/aw_http_auth_handler.h
index e05a080a8c46554d4bee904effbc6b68654b3f51..4b81d11b10e60e1d93468c9221cc831ba0e2f50a 100644
--- a/android_webview/browser/aw_http_auth_handler.h
+++ b/android_webview/browser/aw_http_auth_handler.h
@@ -29,9 +29,6 @@ class AwLoginDelegate;
// One instance of this class is created per underlying AwLoginDelegate.
class AwHttpAuthHandler {
public:
- static AwHttpAuthHandler* Create(AwLoginDelegate* login_delegate,
- net::AuthChallengeInfo* auth_info,
- bool first_auth_attempt);
AwHttpAuthHandler(AwLoginDelegate* login_delegate,
net::AuthChallengeInfo* auth_info,
bool first_auth_attempt);
« no previous file with comments | « no previous file | android_webview/browser/aw_http_auth_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698