| 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 77fe619f0b5b21b5e4a3ae71ba31f5426b0571f0..49fe95da3f1843e167464d7b044000006ea33ec4 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
|
| @@ -663,10 +663,6 @@ void LocationBarViewMac::OnChanged() {
|
| UpdateLocationIcon();
|
| }
|
|
|
| -void LocationBarViewMac::ShowURL() {
|
| - omnibox_view_->ShowURL();
|
| -}
|
| -
|
| ToolbarModel* LocationBarViewMac::GetToolbarModel() {
|
| return browser_->toolbar_model();
|
| }
|
|
|