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