Index: chrome/browser/gtk/location_bar_view_gtk.h |
diff --git a/chrome/browser/gtk/location_bar_view_gtk.h b/chrome/browser/gtk/location_bar_view_gtk.h |
index 566886f3772d7d5353f19d076870e505a475c13f..bab027904b985337a74eafe9d75578569b756ecc 100644 |
--- a/chrome/browser/gtk/location_bar_view_gtk.h |
+++ b/chrome/browser/gtk/location_bar_view_gtk.h |
@@ -96,6 +96,7 @@ class LocationBarViewGtk : public AutocompleteEditController, |
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, |