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/cocoa/profiles/profile_chooser_controller.h

Issue 235833002: [Mac] Redesign the avatar bubble UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unittest broken by rebase Created 6 years, 8 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/cocoa/profiles/profile_chooser_controller.h
diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h
index 8fc631b33ba7393cdd083ec672cb506741d78185..b3e3150faf5a3d44a1acf148a9847615844869c8 100644
--- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h
+++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h
@@ -92,11 +92,17 @@ class WebContents;
// Shows the account management view.
- (IBAction)showAccountManagement:(id)sender;
+// Hides the account management view and shows the default view.
+- (IBAction)hideAccountManagement:(id)sender;
+
// Locks the active profile.
- (IBAction)lockProfile:(id)sender;
-// Shows the signin page.
-- (IBAction)showSigninPage:(id)sender;
+// Shows the inline signin page.
+- (IBAction)showInlineSigninPage:(id)sender;
+
+// Shows the signin tab in the browser.
+- (IBAction)showTabbedSigninPage:(id)sender;
// Adds an account to the active profile.
- (IBAction)addAccount:(id)sender;
« no previous file with comments | « chrome/browser/profiles/profile_list_desktop.cc ('k') | chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698