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