| Index: chrome/browser/ui/omnibox/omnibox_popup_model.cc
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_popup_model.cc b/chrome/browser/ui/omnibox/omnibox_popup_model.cc
|
| index 467a90369772c9687bbf09840668f2ca73d39785..fd83429a1745b79f33ee639860dbfa69ed52ecca 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_popup_model.cc
|
| +++ b/chrome/browser/ui/omnibox/omnibox_popup_model.cc
|
| @@ -196,7 +196,7 @@ void OmniboxPopupModel::TryDeletingCurrentItem() {
|
| gfx::Image OmniboxPopupModel::GetIconIfExtensionMatch(
|
| const AutocompleteMatch& match) const {
|
| Profile* profile = edit_model_->profile();
|
| - const TemplateURL* template_url = match.GetTemplateURL(profile);
|
| + const TemplateURL* template_url = match.GetTemplateURL(profile, false);
|
| if (template_url && template_url->IsExtensionKeyword()) {
|
| return profile->GetExtensionService()->GetOmniboxPopupIcon(
|
| template_url->GetExtensionId());
|
|
|