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

Unified Diff: android_webview/native/aw_http_auth_handler.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/native/aw_http_auth_handler.h
diff --git a/android_webview/native/aw_http_auth_handler.h b/android_webview/native/aw_http_auth_handler.h
index 3725f547065658a7962c42b847eae8120b978d0b..f7df167df709245f4bd700361fb5ef278882529d 100644
--- a/android_webview/native/aw_http_auth_handler.h
+++ b/android_webview/native/aw_http_auth_handler.h
@@ -30,7 +30,8 @@ namespace android_webview {
class AwHttpAuthHandler : public AwHttpAuthHandlerBase {
public:
AwHttpAuthHandler(AwLoginDelegate* login_delegate,
- net::AuthChallengeInfo* auth_info);
+ net::AuthChallengeInfo* auth_info,
+ bool first_auth_attempt);
virtual ~AwHttpAuthHandler();
// from AwHttpAuthHandler

Powered by Google App Engine
This is Rietveld 408576698