| 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 a40bfccada3084d545a8f2af2ebccdca7d9275a0..c3b49fd088fcd3d83e9c1214b910479319fea9cc 100644
|
| --- a/chrome/browser/ui/views/location_bar/zoom_bubble_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/zoom_bubble_view.h
|
| @@ -41,7 +41,7 @@ class ZoomBubbleView : public LocationBarBubbleDelegateView,
|
| DisplayReason reason);
|
|
|
| // Closes the showing bubble (if one exists).
|
| - static void CloseBubble();
|
| + static void CloseCurrentBubble();
|
|
|
| // Returns the zoom bubble if the zoom bubble is showing. Returns NULL
|
| // otherwise.
|
| @@ -81,7 +81,7 @@ class ZoomBubbleView : public LocationBarBubbleDelegateView,
|
| void OnMouseExited(const ui::MouseEvent& event) override;
|
| void Init() override;
|
| void WindowClosing() override;
|
| - void Close() override;
|
| + void CloseBubble() override;
|
|
|
| // views::ButtonListener:
|
| void ButtonPressed(views::Button* sender, const ui::Event& event) override;
|
|
|