| Index: chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h b/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
|
| index 88fa72dc1ffab92f88562ec306c9169726af0e2d..baf87a8eac636531bebbfff3421ad864bd6a039e 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
|
| @@ -60,6 +60,9 @@ class ZoomDecoration : public ImageDecoration,
|
|
|
| bool IsAtDefaultZoom() const;
|
|
|
| + // Returns true when |bubble_| or the views zoom bubble exists.
|
| + bool IsBubbleShown() const;
|
| +
|
| // Virtual for testing.
|
| virtual bool ShouldShowDecoration() const;
|
|
|
|
|