Index: chrome/browser/ui/cocoa/browser_window_controller.mm |
=================================================================== |
--- chrome/browser/ui/cocoa/browser_window_controller.mm (revision 152086) |
+++ chrome/browser/ui/cocoa/browser_window_controller.mm (working copy) |
@@ -1197,10 +1197,6 @@ |
[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. |
Property changes on: chrome/browser/ui/cocoa/browser_window_controller.mm |
___________________________________________________________________ |
Deleted: svn:mergeinfo |