Chromium Code Reviews| 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..8f2dfb7449934319d00e10a25f8ae7b36d39acb7 100644 |
| --- a/chrome/browser/ui/app_list/chrome_signin_delegate.h |
| +++ b/chrome/browser/ui/app_list/chrome_signin_delegate.h |
| @@ -14,9 +14,10 @@ class Profile; |
| class ChromeSigninDelegate : public app_list::SigninDelegate { |
| public: |
| explicit ChromeSigninDelegate(Profile* profile); |
| + virtual ~ChromeSigninDelegate(); |
| + void SetProfile(Profile* profile); |
| private: |
| - virtual ~ChromeSigninDelegate(); |
|
tapted
2013/09/11 05:50:26
nit: no blank line here
calamity
2013/09/13 18:02:35
Done.
|
| bool IsActiveSignin(); |
|
tapted
2013/09/11 05:50:26
hm - is this defined/used? maybe delete while you'
calamity
2013/09/13 18:02:35
Done.
|
| void FinishSignin(); |