| Index: chrome/browser/ui/login/login_prompt.h
|
| diff --git a/chrome/browser/ui/login/login_prompt.h b/chrome/browser/ui/login/login_prompt.h
|
| index ddacf50f27a21ee56fbfcdaf739e8fca360eaf54..781e4f47a4e278005e36ccaa5546bf90bded886b 100644
|
| --- a/chrome/browser/ui/login/login_prompt.h
|
| +++ b/chrome/browser/ui/login/login_prompt.h
|
| @@ -36,7 +36,6 @@ class LoginHandler : public content::ResourceDispatcherHostLoginDelegate,
|
| public content::NotificationObserver {
|
| public:
|
| LoginHandler(net::AuthChallengeInfo* auth_info, net::URLRequest* request);
|
| - virtual ~LoginHandler();
|
|
|
| // Builds the platform specific LoginHandler. Used from within
|
| // CreateLoginPrompt() which creates tasks.
|
| @@ -84,6 +83,8 @@ class LoginHandler : public content::ResourceDispatcherHostLoginDelegate,
|
| bool WasAuthHandled() const;
|
|
|
| protected:
|
| + virtual ~LoginHandler();
|
| +
|
| void SetModel(LoginModel* model);
|
|
|
| void SetDialog(ConstrainedWindow* dialog);
|
|
|