| Index: chrome/browser/cocoa/toolbar_controller.h
|
| diff --git a/chrome/browser/cocoa/toolbar_controller.h b/chrome/browser/cocoa/toolbar_controller.h
|
| index 3c5086b2bf2c1cab5903a3834a5d22091e28b86d..2413075d92a443f67c48c573f7a87b51e107906a 100644
|
| --- a/chrome/browser/cocoa/toolbar_controller.h
|
| +++ b/chrome/browser/cocoa/toolbar_controller.h
|
| @@ -99,7 +99,6 @@ class ToolbarModel;
|
| IBOutlet DelayedMenuButton* forwardButton_;
|
| IBOutlet NSButton* reloadButton_;
|
| IBOutlet NSButton* homeButton_;
|
| - IBOutlet NSButton* starButton_;
|
| IBOutlet NSButton* goButton_;
|
| IBOutlet MenuButton* pageButton_;
|
| IBOutlet MenuButton* wrenchButton_;
|
| @@ -147,9 +146,10 @@ class ToolbarModel;
|
| // ignored. This changes the behavior of other methods, like |-view|.
|
| - (void)setHasToolbar:(BOOL)toolbar hasLocationBar:(BOOL)locBar;
|
|
|
| -// The bookmark bubble (when you click the star) needs to know where to go.
|
| -// Somewhere near the star button seems like a good start.
|
| -- (NSRect)starButtonInWindowCoordinates;
|
| +// The bookmark bubble (when you click the star or hit Command-d)
|
| +// needs to know where to go. Somewhere near the star icon seems like
|
| +// a good start.
|
| +- (NSRect)starIconInWindowCoordinates;
|
|
|
| // Returns the desired toolbar height for the given compression factor.
|
| - (CGFloat)desiredHeightForCompression:(CGFloat)compressByHeight;
|
|
|