Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / location_bar / location_icon_view.h
index 3a7b7f8..9b231f5 100644 (file)
@@ -36,6 +36,11 @@ class LocationIconView : public views::ImageView {
   // helper in the appropriate circumstances.
   void OnClickOrTap(const ui::LocatedEvent& event);
 
+  // Set to true when the bubble is already showing at the time the icon is
+  // clicked. This suppresses re-showing the bubble on mouse release, so that
+  // clicking the icon repeatedly will appear to toggle the bubble on and off.
+  bool suppress_mouse_released_action_;
+
   PageInfoHelper page_info_helper_;
 
   DISALLOW_COPY_AND_ASSIGN(LocationIconView);