| Index: chrome/browser/gtk/download_item_gtk.h
|
| ===================================================================
|
| --- chrome/browser/gtk/download_item_gtk.h (revision 26399)
|
| +++ chrome/browser/gtk/download_item_gtk.h (working copy)
|
| @@ -111,6 +111,11 @@
|
| GtkAllocation *allocation,
|
| DownloadItemGtk* item);
|
|
|
| + static void OnDragDataGet(GtkWidget* widget, GdkDragContext* context,
|
| + GtkSelectionData* selection_data,
|
| + guint target_type, guint time,
|
| + DownloadItemGtk* item);
|
| +
|
| // Dangerous download related. -----------------------------------------------
|
| static gboolean OnDangerousPromptExpose(GtkWidget* widget,
|
| GdkEventExpose* event,
|
|
|