Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
index 7676039c64b7644b432bf5098eeb3087aaeff731..35faf5d6241901ea3e4b7fe9ff73e15eb48e7ec9 100644 |
--- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
+++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
@@ -54,6 +54,8 @@ class IconLabelBubbleView : public views::InkDropHostView { |
views::ImageView* GetImageView() { return image_; } |
protected: |
+ static constexpr int kOpenTimeMS = 150; |
+ |
views::ImageView* image() { return image_; } |
views::Label* label() { return label_; } |
const views::Label* label() const { return label_; } |