Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: chrome/browser/ui/app_list/chrome_signin_delegate.h

Issue 20656002: Add profile selector menu to app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove binary changes Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/ui/app_list/apps_model_builder_unittest.cc ('k') | chrome/browser/ui/app_list/chrome_signin_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698