summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-24 00:16:43 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-24 00:16:43 +0000
commit18597e6c4c13dba7da60255912572a6c133c455d (patch)
treecb646a77066b09be7970d43450c8545d5aae982e /app
parentc627aff9917462dda693aa8a57c1155235ca4ff3 (diff)
downloadchromium_src-18597e6c4c13dba7da60255912572a6c133c455d.zip
chromium_src-18597e6c4c13dba7da60255912572a6c133c455d.tar.gz
chromium_src-18597e6c4c13dba7da60255912572a6c133c455d.tar.bz2
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
Diffstat (limited to 'app')
-rw-r--r--app/gtk_dnd_util.h3
1 files changed, 2 insertions, 1 deletions
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.