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

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 junk from list_model.h Created 7 years, 5 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 059cbdc4513995e572992ac087e60c04ae8610be..d84bda062add98b5e11008bbcc0d063a4edf2a8c 100644
--- a/chrome/browser/ui/app_list/chrome_signin_delegate.h
+++ b/chrome/browser/ui/app_list/chrome_signin_delegate.h
@@ -33,6 +33,7 @@ class ChromeSigninDelegate : public app_list::SigninDelegate,
virtual string16 GetSigninButtonText() OVERRIDE;
virtual string16 GetLearnMoreLinkText() OVERRIDE;
virtual string16 GetSettingsLinkText() OVERRIDE;
+ virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE;
// Overridden from SigninTracker::Observer:
virtual void SigninFailed(const GoogleServiceAuthError& error) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698