| Index: chrome/browser/ui/app_list/chrome_signin_delegate.h
|
| diff --git a/chrome/browser/ui/app_list/chrome_signin_delegate.h b/chrome/browser/ui/app_list/chrome_signin_delegate.h
|
| index 17e9b5a363267379cd5ac641a58f892a30df7176..71e9a6269f25e824deb99d639857601f17e9c255 100644
|
| --- a/chrome/browser/ui/app_list/chrome_signin_delegate.h
|
| +++ b/chrome/browser/ui/app_list/chrome_signin_delegate.h
|
| @@ -13,14 +13,11 @@ class Profile;
|
|
|
| class ChromeSigninDelegate : public app_list::SigninDelegate {
|
| public:
|
| - explicit ChromeSigninDelegate(Profile* profile);
|
| -
|
| - private:
|
| + ChromeSigninDelegate();
|
| virtual ~ChromeSigninDelegate();
|
| + void SetProfile(Profile* profile);
|
|
|
| - bool IsActiveSignin();
|
| - void FinishSignin();
|
| -
|
| + private:
|
| // Overridden from app_list::SigninDelegate:
|
| virtual bool NeedSignin() OVERRIDE;
|
| virtual void ShowSignin() OVERRIDE;
|
|
|