| 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 779a9b5b2dda8fff7395a987779a266842484732..7337442ef792b9714e1888a18adcd39105a32da7 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
|
| @@ -787,7 +787,7 @@ void LocationBarViewMac::UpdatePlusDecorationVisibility() {
|
|
|
| string16 LocationBarViewMac::GetSearchProviderName() const {
|
| if (!toolbar_model_->GetInputInProgress() &&
|
| - toolbar_model_->WouldReplaceSearchURLWithSearchTerms()) {
|
| + toolbar_model_->GetSearchTermsType() != ToolbarModel::NO_SEARCH_TERMS) {
|
| const TemplateURL* template_url =
|
| TemplateURLServiceFactory::GetForProfile(profile_)->
|
| GetDefaultSearchProvider();
|
|
|