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 f92128035a5321bd55cf7f85a683d91a51124650..48b12471866624c9f1ed737846c471f499238527 100644 |
--- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h |
+++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h |
@@ -100,6 +100,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)showAccountReauthView:(id)sender; |
+ |
// Removes the current account |accountIdToRemove_|. |
- (IBAction)removeAccount:(id)sender; |