Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h |
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h |
index 8aa899d707ec9e1fce50ffc55397ad64480f9ac8..e390147a4202cb44a763b20c3d57f978201b5c25 100644 |
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h |
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h |
@@ -362,10 +362,8 @@ willAnimateFromState:(BookmarkBar::State)oldState |
// shouldn't be shown. |
- (CGFloat)toolbarDividerOpacity; |
-// Updates the sizes and positions of the subviews. |
-// TODO(viettrungluu): I'm not convinced this should be public, but I currently |
-// need it for animations. Try not to propagate its use. |
-- (void)layoutSubviews; |
+// Set the size of the view and perform layout. |
+- (void)layoutToFrame:(NSRect)frame; |
// Called by our view when it is moved to a window. |
- (void)viewDidMoveToWindow; |