Index: chrome/browser/ui/views/profiles/new_avatar_button.h |
diff --git a/chrome/browser/ui/views/profiles/new_avatar_button.h b/chrome/browser/ui/views/profiles/new_avatar_button.h |
index 4c09eed9b41f86cbc301f5f284d1b67b40ec62e9..0ea497cdb08ecc59fcc7d204aa38920e951b3a68 100644 |
--- a/chrome/browser/ui/views/profiles/new_avatar_button.h |
+++ b/chrome/browser/ui/views/profiles/new_avatar_button.h |
@@ -60,11 +60,6 @@ class NewAvatarButton : public views::LabelButton, |
// Different assets are used depending on the OS version. |
gfx::ImageSkia generic_avatar_; |
- // This is used to check if the bubble was showing during the mouse pressed |
- // event. If this is true then the mouse released event is ignored to prevent |
- // the bubble from reshowing. |
- bool suppress_mouse_released_action_; |
- |
DISALLOW_COPY_AND_ASSIGN(NewAvatarButton); |
}; |