Index: chrome/browser/ui/cocoa/profiles/avatar_button_controller.h |
diff --git a/chrome/browser/ui/cocoa/profiles/avatar_button_controller.h b/chrome/browser/ui/cocoa/profiles/avatar_button_controller.h |
index 60af074c1c8d4bb3f8299f469756e508878ec3ff..8594029aa1f0250024fb4673ccc2597972f3c661 100644 |
--- a/chrome/browser/ui/cocoa/profiles/avatar_button_controller.h |
+++ b/chrome/browser/ui/cocoa/profiles/avatar_button_controller.h |
@@ -17,6 +17,9 @@ class Browser; |
@interface AvatarButtonController : AvatarBaseController { |
@private |
BOOL isThemedWindow_; |
+ // Whether the signed in profile has an authentication error. Used to |
+ // display an error icon next to the button text. |
+ BOOL hasError_; |
} |
// Designated initializer. |
- (id)initWithBrowser:(Browser*)browser; |