Index: android_webview/browser/aw_login_delegate.h |
diff --git a/android_webview/browser/aw_login_delegate.h b/android_webview/browser/aw_login_delegate.h |
index d0510fdab223a9ef63bf194a76867180c0593eb1..d4404ec55cbb20005b58eb8220c690174e7b80f0 100644 |
--- a/android_webview/browser/aw_login_delegate.h |
+++ b/android_webview/browser/aw_login_delegate.h |
@@ -35,6 +35,7 @@ class AwLoginDelegate : |
void HandleHttpAuthRequestOnUIThread(bool first_auth_attempt); |
void CancelOnIOThread(); |
void ProceedOnIOThread(const string16& user, const string16& password); |
+ void DeleteAuthHandlerSoon(); |
scoped_ptr<AwHttpAuthHandlerBase> aw_http_auth_handler_; |
scoped_refptr<net::AuthChallengeInfo> auth_info_; |