| Index: chrome/browser/ui/cocoa/browser_window_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| index 0b24a1e54b558f8969afe9dceef5f227bbdbbbdd..caa194c06b42b3646712dda9c6d2dbad33af7048 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -213,6 +213,11 @@ class WebContents;
|
| // Sets whether or not the current page in the frontmost tab is bookmarked.
|
| - (void)setStarredState:(BOOL)isStarred;
|
|
|
| +// Happens when the zoom level is changed in the active tab, the active tab is
|
| +// changed, or a new browser window or tab is created. |canShowBubble| denotes
|
| +// whether it would be appropriate to show a zoom bubble or not.
|
| +- (void)zoomChangedForActiveTab:(BOOL)canShowBubble;
|
| +
|
| // Return the rect, in WebKit coordinates (flipped), of the window's grow box
|
| // in the coordinate system of the content area of the currently selected tab.
|
| - (NSRect)selectedTabGrowBoxRect;
|
|
|