Index: chrome/browser/ui/gtk/location_bar_view_gtk.cc |
diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.cc b/chrome/browser/ui/gtk/location_bar_view_gtk.cc |
index 97f0c2393669a8081abae4a0d8506cc10d630750..88ab041b50bb5526cb03e750782fc0ceab09595d 100644 |
--- a/chrome/browser/ui/gtk/location_bar_view_gtk.cc |
+++ b/chrome/browser/ui/gtk/location_bar_view_gtk.cc |
@@ -467,11 +467,6 @@ bool LocationBarViewGtk::AcceptCurrentInstantPreview() { |
return InstantController::CommitIfCurrent(browser_->instant()); |
} |
-void LocationBarViewGtk::OnSetSuggestedSearchText( |
- const string16& suggested_text) { |
- SetSuggestedText(suggested_text); |
-} |
- |
void LocationBarViewGtk::OnPopupBoundsChanged(const gfx::Rect& bounds) { |
InstantController* instant = browser_->instant(); |
if (instant) |