| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h
|
| index 72ba1297864e8eb32762c989536d527d0ad73c18..6f8cb7b05fb1629ad46f027674fc0fdcafb42dbb 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h
|
| @@ -11,6 +11,8 @@
|
|
|
| @class BookmarkBarController;
|
|
|
| +// A simple custom NSView for the bookmark bar used to prevent clicking and
|
| +// dragging from moving the browser window.
|
| @interface BookmarkBarView : NSView {
|
| @private
|
| BOOL dropIndicatorShown_;
|
| @@ -33,8 +35,6 @@
|
| @property(nonatomic, assign) BookmarkBarController* controller;
|
| @end
|
|
|
| -// A simple custom NSView for the bookmark bar used to prevent clicking and
|
| -// dragging from moving the browser window.
|
| @interface BookmarkBarView() // TestingOrInternalAPI
|
| @property(nonatomic, readonly) BOOL dropIndicatorShown;
|
| @property(nonatomic, readonly) CGFloat dropIndicatorPosition;
|
|
|