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..e391bf0ffa2b737c1290202419cb09be3d9f64e7 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); |
sky
2016/06/16 16:50:02
Can this be a const ui::Event& ? AFAICT event is n
bruthig
2016/06/16 19:50:02
Done.
|
// views::View: |
gfx::Size GetPreferredSize() const override; |