| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| index 84b3518a79b8ddf4b02425ae52e2cefbf575fe25..0e4cd058469cf8f54527ae1572490ebf8f9136af 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| @@ -256,11 +256,6 @@ bool LocationBarViewMac::AcceptCurrentInstantPreview() {
|
| return InstantController::CommitIfCurrent(browser_->instant());
|
| }
|
|
|
| -void LocationBarViewMac::OnSetSuggestedSearchText(
|
| - const string16& suggested_text) {
|
| - SetSuggestedText(suggested_text);
|
| -}
|
| -
|
| void LocationBarViewMac::OnPopupBoundsChanged(const gfx::Rect& bounds) {
|
| InstantController* instant = browser_->instant();
|
| if (instant)
|
|
|