| 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 f1404ecf239443d4726e418a1c6a5458035c9de6..7676039c64b7644b432bf5098eeb3087aaeff731 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
|
| @@ -78,7 +78,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;
|
|
|