Index: chrome/browser/ui/cocoa/browser_window_controller.mm |
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.mm b/chrome/browser/ui/cocoa/browser_window_controller.mm |
index 79afd27400e82bc73ade0b1353307a98227993a6..f23700114fc1457dcae6dead5058c9f362100127 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller.mm |
+++ b/chrome/browser/ui/cocoa/browser_window_controller.mm |
@@ -1185,6 +1185,10 @@ enum { |
[toolbarController_ setStarredState:isStarred]; |
} |
+- (void)zoomChangedForActiveTab:(BOOL)canShowBubble { |
+ [toolbarController_ zoomChangedForActiveTab: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. |
// |windowGrowBox| needs to be in the window's coordinate system. |