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

Unified Diff: android_webview/browser/aw_http_auth_handler_base.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_http_auth_handler_base.h
diff --git a/android_webview/browser/aw_http_auth_handler_base.h b/android_webview/browser/aw_http_auth_handler_base.h
index ced70ec31a67688a105329c39adba83af09e9a42..c64315070bfe1a69633f216f91bb4d3ca3c99b61 100644
--- a/android_webview/browser/aw_http_auth_handler_base.h
+++ b/android_webview/browser/aw_http_auth_handler_base.h
@@ -23,7 +23,8 @@ class AwLoginDelegate;
class AwHttpAuthHandlerBase {
public:
static AwHttpAuthHandlerBase* Create(AwLoginDelegate* login_delegate,
- net::AuthChallengeInfo* auth_info);
+ net::AuthChallengeInfo* auth_info,
+ bool first_auth_attempt);
virtual ~AwHttpAuthHandlerBase();
// Provides an 'escape-hatch' out to Java for the browser/ layer

Powered by Google App Engine
This is Rietveld 408576698