| 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 71d58816851f76b571b39da2b630c5dabf07ae57..c65c38a4784dcb98ea57c276eac33e8f1b3a0674 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
|
| @@ -76,7 +76,7 @@ class IconLabelBubbleView : public views::InkDropHostView {
|
|
|
| // The view has been activated by a user gesture such as spacebar. Returns
|
| // true if some handling was performed.
|
| - virtual bool OnActivate();
|
| + virtual bool OnActivate(const ui::Event& event);
|
|
|
| // views::View:
|
| gfx::Size GetPreferredSize() const override;
|
|
|