| Index: chrome/browser/cocoa/bookmark_bar_controller.h
|
| diff --git a/chrome/browser/cocoa/bookmark_bar_controller.h b/chrome/browser/cocoa/bookmark_bar_controller.h
|
| index 48e19b3eb9ab117281518b1d32cefc6ca2116fac..2b22bfbb9d6f45db53ce2063c51b1d85da2df52e 100644
|
| --- a/chrome/browser/cocoa/bookmark_bar_controller.h
|
| +++ b/chrome/browser/cocoa/bookmark_bar_controller.h
|
| @@ -282,6 +282,9 @@ willAnimateFromState:(bookmarks::VisualState)oldState
|
| // Provide a favIcon for a bookmark node. May return nil.
|
| - (NSImage*)favIconForNode:(const BookmarkNode*)node;
|
|
|
| +// Move bookmark buttons out of the way during drag operations
|
| +- (void)performPeriodicDraggingUpdates:(id<NSDraggingInfo>)info;
|
| +
|
| // Used for situations where the bookmark bar folder menus should no longer
|
| // be actively popping up. Called when the window loses focus, a click has
|
| // occured outside the menus or a bookmark has been activated. (Note that this
|
|
|