Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1312)

Unified Diff: chrome/browser/autocomplete/autocomplete_edit_view_views.h

Issue 6462009: Allow dragging and dropping of URLs to any portion of the toolbar view.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/autocomplete/autocomplete_edit_view_views.h
===================================================================
--- chrome/browser/autocomplete/autocomplete_edit_view_views.h (revision 74816)
+++ chrome/browser/autocomplete/autocomplete_edit_view_views.h (working copy)
@@ -27,10 +27,11 @@
// Views-implementation of AutocompleteEditView. This is based on
// gtk implementation. The following features are not yet supported.
//
-// IME supoprt.
+// IME support.
// LTR support.
// Selection behavior.
// Cut,copy and paste behavior.
+// Drag and drop behavior.
// URL styles (strikestrough insecure scheme, emphasize host).
// Custom context menu for omnibox.
// Instant.
@@ -116,6 +117,7 @@
virtual int TextWidth() const;
virtual bool IsImeComposing() const;
virtual views::View* AddToView(views::View* parent);
+ virtual int OnPerformDrop(const views::DropTargetEvent& event);
// Overridden from NotificationObserver:
virtual void Observe(NotificationType type,
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc ('k') | chrome/browser/autocomplete/autocomplete_edit_view_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698