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 c8aedec6ccff2c94107ab6326820efd5292eb0b6..f6f1596af12c7879f37cd8313030a1d5cd1e0a83 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 |
@@ -627,11 +627,6 @@ void LocationBarViewMac::OnChanged() { |
UpdateLocationIcon(); |
} |
-void LocationBarViewMac::OnSetFocus() { |
- // Update the keyword and search hint states. |
- OnChanged(); |
-} |
- |
void LocationBarViewMac::ShowURL() { |
omnibox_view_->ShowURL(); |
} |