| Index: chrome/browser/gtk/bookmark_utils_gtk.h
|
| ===================================================================
|
| --- chrome/browser/gtk/bookmark_utils_gtk.h (revision 41880)
|
| +++ chrome/browser/gtk/bookmark_utils_gtk.h (working copy)
|
| @@ -48,6 +48,10 @@
|
|
|
| // Drag and drop. --------------------------------------------------------------
|
|
|
| +// Get the DnD target mask for a bookmark drag. This will vary based on whether
|
| +// the node in question is a folder.
|
| +int GetCodeMask(bool folder);
|
| +
|
| // Pickle a node into a GtkSelection.
|
| void WriteBookmarkToSelection(const BookmarkNode* node,
|
| GtkSelectionData* selection_data,
|
|
|