| 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 | 
|  |