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

Unified Diff: android_webview/browser/aw_login_delegate.h

Issue 11663006: [Android WebView] Count the number of HTTP auth attempts we make. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 a6db3b68f96c78eaeda5933cb8410404cb981c2f..d0510fdab223a9ef63bf194a76867180c0593eb1 100644
--- a/android_webview/browser/aw_login_delegate.h
+++ b/android_webview/browser/aw_login_delegate.h
@@ -32,7 +32,7 @@ class AwLoginDelegate :
private:
virtual ~AwLoginDelegate();
- void HandleHttpAuthRequestOnUIThread();
+ void HandleHttpAuthRequestOnUIThread(bool first_auth_attempt);
void CancelOnIOThread();
void ProceedOnIOThread(const string16& user, const string16& password);

Powered by Google App Engine
This is Rietveld 408576698