| 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 18c595cf53935e625b12390441fd2215fe4a9dca..3ea3e771021cbb26baa1cad64a24931e2c98fdec 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
|
| @@ -179,7 +179,7 @@ void LocationBarViewMac::FocusLocation(bool select_all) {
|
| }
|
|
|
| void LocationBarViewMac::FocusSearch() {
|
| - omnibox_view_->SetForcedQuery();
|
| + omnibox_view_->EnterKeywordModeForDefaultSearchProvider();
|
| }
|
|
|
| void LocationBarViewMac::UpdateContentSettingsIcons() {
|
|
|