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

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

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.cc
===================================================================
--- chrome/browser/autocomplete/autocomplete_edit_view_views.cc (revision 74816)
+++ chrome/browser/autocomplete/autocomplete_edit_view_views.cc (working copy)
@@ -19,6 +19,7 @@
#include "googleurl/src/gurl.h"
#include "grit/generated_resources.h"
#include "net/base/escape.h"
+#include "ui/base/dragdrop/drag_drop_types.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/gfx/font.h"
#include "views/border.h"
@@ -561,6 +562,12 @@
return this;
}
+int AutocompleteEditViewViews::OnPerformDrop(
+ const views::DropTargetEvent& event) {
+ NOTIMPLEMENTED();
+ return ui::DragDropTypes::DRAG_NONE;
+}
+
////////////////////////////////////////////////////////////////////////////////
// AutocompleteEditViewViews, NotificationObserver implementation:
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_edit_view_views.h ('k') | chrome/browser/autocomplete/autocomplete_edit_view_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698