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; |