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); |