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

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: rebase, remove dead code in app_list_menu_views, add ui assets 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..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();
bool IsActiveSignin();
void FinishSignin();

Powered by Google App Engine
This is Rietveld 408576698