| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
|
| index 152100d8e6bd304449b1aee79278e87abc29b622..02db3815d54b2cb19961b627292ffaf3c9cc592f 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
|
| @@ -357,6 +357,9 @@ void RecordAppLaunch(Profile* profile, GURL url) {
|
| [[self view] setFrame:NSMakeRect(0, 0, initialWidth_, 0)];
|
|
|
| // Complete init of the "off the side" button, as much as we can.
|
| + ResourceBundle& rb = ResourceBundle::GetSharedInstance();
|
| + [offTheSideButton_ setImage:
|
| + rb.GetNativeImageNamed(IDR_BOOKMARK_BAR_CHEVRONS).ToNSImage()];
|
| [offTheSideButton_.draggableButton setDraggable:NO];
|
| [offTheSideButton_.draggableButton setActsOnMouseDown:YES];
|
|
|
|
|