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

Unified Diff: chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h

Issue 303463010: [Mac] Show a warning in the new avatar button/menu if there's an auth error (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix warning icon location and account eliding Created 6 years, 6 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 4773ee95f9d39dbcecafea560ef671f824e8a106..aa3f1b1a6f07c065521488e08105444b2a3b4450 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)showAccountReauthView:(id)sender;
groby-ooo-7-16 2014/06/10 19:28:14 showAccountReauthenticationView, please
noms (inactive) 2014/06/17 17:07:32 Done.
+
// Removes the current account |accountIdToRemove_|.
- (IBAction)removeAccount:(id)sender;

Powered by Google App Engine
This is Rietveld 408576698