Index: chrome/browser/autocomplete/autocomplete_edit_view_gtk.h |
=================================================================== |
--- chrome/browser/autocomplete/autocomplete_edit_view_gtk.h (revision 74816) |
+++ chrome/browser/autocomplete/autocomplete_edit_view_gtk.h (working copy) |
@@ -147,6 +147,7 @@ |
#if defined(TOOLKIT_VIEWS) |
virtual views::View* AddToView(views::View* parent); |
+ virtual int OnPerformDrop(const views::DropTargetEvent& event); |
// Enables accessibility on AutocompleteEditView. |
void EnableAccessibility(); |
@@ -276,6 +277,9 @@ |
void HandleCopyOrCutClipboard(bool copy); |
+ // Common implementation for performing a drop on the edit view. |
+ bool OnPerformDropImpl(const string16& text); |
+ |
// Returns the font used in |text_view_|. |
gfx::Font GetFont(); |