| Index: chrome/browser/ui/views/location_bar/zoom_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/zoom_bubble_view.h b/chrome/browser/ui/views/location_bar/zoom_bubble_view.h
|
| index f7465a4fb738cb17ed19d3916cbdf30698af940f..4597bb17d4b975425b0929280a7cff27c4e593ea 100644
|
| --- a/chrome/browser/ui/views/location_bar/zoom_bubble_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/zoom_bubble_view.h
|
| @@ -81,6 +81,7 @@ class ZoomBubbleView : public LocationBarBubbleDelegateView,
|
| ~ZoomBubbleView() override;
|
|
|
| // LocationBarBubbleDelegateView:
|
| + int GetDialogButtons() const override;
|
| void OnGestureEvent(ui::GestureEvent* event) override;
|
| void OnMouseEntered(const ui::MouseEvent& event) override;
|
| void OnMouseExited(const ui::MouseEvent& event) override;
|
|
|