| Index: chrome/browser/gtk/location_bar_view_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/location_bar_view_gtk.cc (revision 67954)
|
| +++ chrome/browser/gtk/location_bar_view_gtk.cc (working copy)
|
| @@ -467,15 +467,6 @@
|
| return rv;
|
| }
|
|
|
| -bool LocationBarViewGtk::AcceptCurrentInstantPreview() {
|
| - InstantController* instant = browser_->instant();
|
| - if (instant && instant->IsCurrent()) {
|
| - instant->CommitCurrentPreview(INSTANT_COMMIT_PRESSED_ENTER);
|
| - return true;
|
| - }
|
| - return false;
|
| -}
|
| -
|
| void LocationBarViewGtk::OnSetSuggestedSearchText(
|
| const string16& suggested_text) {
|
| SetSuggestedText(suggested_text);
|
|
|