Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / profiles / avatar_button_controller.h
index 60af074..8594029 100644 (file)
@@ -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;