diff options
Diffstat (limited to 'chrome/browser/gtk/bookmark_utils_gtk.h')
-rw-r--r-- | chrome/browser/gtk/bookmark_utils_gtk.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/gtk/bookmark_utils_gtk.h b/chrome/browser/gtk/bookmark_utils_gtk.h index de56039..012ce96 100644 --- a/chrome/browser/gtk/bookmark_utils_gtk.h +++ b/chrome/browser/gtk/bookmark_utils_gtk.h @@ -48,6 +48,10 @@ void SetButtonTextColors(GtkWidget* label, GtkThemeProvider* provider); // 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, |