summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/bookmark_bar_gtk.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-23 21:35:19 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-23 21:35:19 +0000
commit2b911e06c223619363c757221515c9d4601cbccd (patch)
treeec3e608257cf722f391f6feb90e3e63702fdbfbd /chrome/browser/gtk/bookmark_bar_gtk.h
parent5b0bc2527811d672c7b09a2a4fbfa92b49132186 (diff)
downloadchromium_src-2b911e06c223619363c757221515c9d4601cbccd.zip
chromium_src-2b911e06c223619363c757221515c9d4601cbccd.tar.gz
chromium_src-2b911e06c223619363c757221515c9d4601cbccd.tar.bz2
Bookmark bar: Don't connect to the OnDragDrop signal since we can just use the default.
Eventually we may want to allow dropping more different types, and we will need to implement an OnDragDrop handler so we can properly prioritize these types (preferring BOOKMARK_ITEM over TEXT_PLAIN and so forth). But for now we can just use the default handler. BUG=17501 TEST=drag an image onto the bookmark bar, note that there is only one link created Review URL: http://codereview.chromium.org/159256 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21448 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/bookmark_bar_gtk.h')
-rw-r--r--chrome/browser/gtk/bookmark_bar_gtk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/gtk/bookmark_bar_gtk.h b/chrome/browser/gtk/bookmark_bar_gtk.h
index 626c5eb0..faac53a 100644
--- a/chrome/browser/gtk/bookmark_bar_gtk.h
+++ b/chrome/browser/gtk/bookmark_bar_gtk.h
@@ -184,9 +184,6 @@ class BookmarkBarGtk : public AnimationDelegate,
GdkDragContext* context,
guint time,
BookmarkBarGtk* bar);
- static gboolean OnToolbarDragDrop(GtkWidget* widget, GdkDragContext* context,
- gint x, gint y, guint time,
- BookmarkBarGtk* bar);
static void OnToolbarDragReceived(GtkWidget* widget,
GdkDragContext* context,
gint x, gint y,