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 4773ee95f9d39dbcecafea560ef671f824e8a106..f73c81e00edd9f80bc176bf113e61d909fae1760 100644 |
--- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h |
+++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h |
@@ -106,6 +106,10 @@ class WebContents; |
// account from the active profile if possible. |
- (IBAction)showAccountRemovalView:(id)sender; |
+// Shows the account reauthentication view to re-sign in the currently selected |
+// account from the active profile if possible. |
+- (IBAction)showAccountReauthenticationView:(id)sender; |
+ |
// Removes the current account |accountIdToRemove_|. |
- (IBAction)removeAccount:(id)sender; |