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

Unified Diff: android_webview/browser/aw_login_delegate.h

Issue 11661013: Tell java side when the native auth handler is gone (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix2 Created 8 years 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_login_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | android_webview/browser/aw_login_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698