Index: chrome/browser/ui/views/location_bar/location_bar_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc |
index 8a40202372d7598b01372f2480d954c7b2c5f15f..2ae8c4ba4e9e081b1f89294a9f64b1a7778d97e4 100644 |
--- a/chrome/browser/ui/views/location_bar/location_bar_view.cc |
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc |
@@ -785,10 +785,6 @@ bool LocationBarView::AcceptCurrentInstantPreview() { |
return InstantController::CommitIfCurrent(delegate_->GetInstant()); |
} |
-void LocationBarView::OnSetSuggestedSearchText(const string16& suggested_text) { |
- SetSuggestedText(suggested_text); |
-} |
- |
void LocationBarView::OnPopupBoundsChanged(const gfx::Rect& bounds) { |
InstantController* instant = delegate_->GetInstant(); |
if (instant) |