| Index: chrome/browser/ui/views/location_bar/ev_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/ev_bubble_view.h b/chrome/browser/ui/views/location_bar/ev_bubble_view.h
|
| index 41633ec455e06cd3cd4866faaa26694275228daf..7cbe2bccbd1074a16376ee46ee35210a79dac75c 100644
|
| --- a/chrome/browser/ui/views/location_bar/ev_bubble_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/ev_bubble_view.h
|
| @@ -24,6 +24,7 @@ class EVBubbleView : public IconLabelBubbleView {
|
| virtual ~EVBubbleView();
|
|
|
| // Overridden from View.
|
| + virtual gfx::Size GetMinimumSize() OVERRIDE;
|
| virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
|
| virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE;
|
|
|
|
|