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 81d7668b84f7c13a8fa018b7d7b75a3d88c1e196..0969ee57c9a47bad3eec850cca7fb6470341270b 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 |
@@ -643,10 +643,6 @@ void LocationBarViewMac::OnChanged() { |
UpdateLocationIcon(); |
} |
-void LocationBarViewMac::ShowURL() { |
- omnibox_view_->ShowURL(); |
-} |
- |
ToolbarModel* LocationBarViewMac::GetToolbarModel() { |
return browser_->toolbar_model(); |
} |