| Index: chrome/browser/autocomplete/autocomplete_edit_view_views.h
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_edit_view_views.h (revision 74430)
|
| +++ 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,
|
|
|