diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-23 21:35:19 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-23 21:35:19 +0000 |
commit | 2b911e06c223619363c757221515c9d4601cbccd (patch) | |
tree | ec3e608257cf722f391f6feb90e3e63702fdbfbd /chrome/browser/gtk/bookmark_bar_gtk.h | |
parent | 5b0bc2527811d672c7b09a2a4fbfa92b49132186 (diff) | |
download | chromium_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.h | 3 |
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, |