Index: chrome/browser/gtk/location_bar_view_gtk.h |
=================================================================== |
--- chrome/browser/gtk/location_bar_view_gtk.h (revision 67954) |
+++ chrome/browser/gtk/location_bar_view_gtk.h (working copy) |
@@ -96,7 +96,6 @@ |
virtual void OnAutocompleteWillAccept(); |
// For this implementation, the parameter is ignored. |
virtual bool OnCommitSuggestedText(const std::wstring& typed_text); |
- virtual bool AcceptCurrentInstantPreview(); |
virtual void OnSetSuggestedSearchText(const string16& suggested_text); |
virtual void OnPopupBoundsChanged(const gfx::Rect& bounds); |
virtual void OnAutocompleteAccept(const GURL& url, |