| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target.h
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target.h
|
| index 8c366594de3842c19cc4bf966b81f1727029a3ec..edcf55a9736492957afee9c467f6790d764de729 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target.h
|
| @@ -30,11 +30,8 @@ class Profile;
|
| // Main IBAction for a button click.
|
| - (IBAction)openBookmarkFolderFromButton:(id)sender;
|
|
|
| -// Fill the given pasteboard with appropriate data when the given button is
|
| -// dragged. Since the delegate has no way of providing pasteboard data later,
|
| -// all data must actually be put into the pasteboard and not merely promised.
|
| -- (void)fillPasteboard:(NSPasteboard*)pboard
|
| - forDragOfButton:(BookmarkButton*)button;
|
| +// Returns a pasteboard item that has all bookmark information.
|
| +- (NSPasteboardItem*)pasteboardItemForDragOfButton:(BookmarkButton*)button;
|
|
|
| @end
|
|
|
|
|