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 58d83d5f8489529607534b3a0d10a655ff8b6f4c..8939c5985c0c9f91fc3e74f665f363852b207edd 100644 |
--- a/chrome/browser/ui/views/location_bar/zoom_bubble_view.h |
+++ b/chrome/browser/ui/views/location_bar/zoom_bubble_view.h |
@@ -45,6 +45,9 @@ class ZoomBubbleView : public views::BubbleDelegateView, |
// Whether the zoom bubble is currently showing. |
static bool IsShowing(); |
+ // Whether the zoom bubble is currently closing. |
+ static bool IsClosing(); |
+ |
// Returns the zoom bubble if the zoom bubble is showing. Returns NULL |
// otherwise. |
static const ZoomBubbleView* GetZoomBubbleForTest(); |