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 08f4068c8f005403312dd6b96ff4a9772dcf554e..32bbbd263d4661c7f85ac05ae196b51cb6570bdb 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller.h |
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h |
@@ -218,6 +218,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; |