From 18597e6c4c13dba7da60255912572a6c133c455d Mon Sep 17 00:00:00 2001 From: "estade@chromium.org" Date: Wed, 24 Feb 2010 00:16:43 +0000 Subject: GTK: handle dom_ui-generated download drag events. BUG=36512 TEST=drag a file out of the downloads page Review URL: http://codereview.chromium.org/657026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39815 0039d316-1c4b-4281-b951-d872f2087c98 --- app/gtk_dnd_util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/gtk_dnd_util.h') diff --git a/app/gtk_dnd_util.h b/app/gtk_dnd_util.h index efa249c..2c323e9 100644 --- a/app/gtk_dnd_util.h +++ b/app/gtk_dnd_util.h @@ -44,7 +44,8 @@ class GtkDndUtil { // Creates a target list from the given mask. The mask should be an OR of // CHROME_* values. The target list is returned with ref count 1; the caller - // is responsible for unreffing it when it is no longer needed. + // is responsible for calling gtk_target_list_unref() when it is no longer + // needed. // Since the MIME type for WEBDROP_FILE_CONTENTS depends on the file's // contents, that flag is ignored by this function. It is the responsibility // of the client code to do the right thing. -- cgit v1.1