| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.h (revision 188772)
|
| +++ chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.h (working copy)
|
| @@ -14,7 +14,6 @@
|
| #import "third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h"
|
|
|
| @class BookmarkBarController;
|
| -@class BookmarkBarImportButton;
|
| @class BookmarkBarItemContainer;
|
| @class BookmarkBarTextField;
|
|
|
| @@ -25,11 +24,11 @@
|
|
|
| IBOutlet BookmarkBarController* controller_;
|
| IBOutlet BookmarkBarTextField* noItemTextfield_;
|
| - IBOutlet BookmarkBarImportButton* importBookmarksButton_;
|
| + IBOutlet NSButton* importBookmarksButton_;
|
| BookmarkBarItemContainer* noItemContainer_;
|
| }
|
| - (BookmarkBarTextField*)noItemTextfield;
|
| -- (BookmarkBarImportButton*)importBookmarksButton;
|
| +- (NSButton*)importBookmarksButton;
|
| - (BookmarkBarController*)controller;
|
|
|
| @property(nonatomic, assign) IBOutlet BookmarkBarItemContainer* noItemContainer;
|
| @@ -51,15 +50,6 @@
|
| }
|
| @end
|
|
|
| -// NSButton subclass responsible for routing -menu to the BookmarBarView.
|
| -// This is necessary when building with the 10.6 SDK because -rightMouseDown:
|
| -// does not follow the responder chain.
|
| -@interface BookmarkBarImportButton : NSButton {
|
| - @private
|
| - IBOutlet BookmarkBarView* barView_;
|
| -}
|
| -@end
|
| -
|
| // GTMWidthBasedTweaker subclass responsible for routing -menu to the
|
| // BookmarBarView. This is necessary when building with the 10.6 SDK because
|
| // -rightMouseDown: does not follow the responder chain.
|
|
|