| Index: chrome/browser/extensions/extension_install_ui.cc
|
| diff --git a/chrome/browser/extensions/extension_install_ui.cc b/chrome/browser/extensions/extension_install_ui.cc
|
| index 3c5f8199f400051814806053e616ab5456d445c2..2f1efd5039644cac91196e62f75da7d02cef0f25 100644
|
| --- a/chrome/browser/extensions/extension_install_ui.cc
|
| +++ b/chrome/browser/extensions/extension_install_ui.cc
|
| @@ -155,6 +155,7 @@ void ExtensionInstallUI::OnInstallSuccess(const Extension* extension) {
|
| // Note that browser actions don't appear in incognito mode initially,
|
| // so fall back to the generic case.
|
| if ((extension->browser_action() && !browser->profile()->IsOffTheRecord()) ||
|
| + !extension->omnibox_keyword().empty() ||
|
| (extension->page_action() &&
|
| !extension->page_action()->default_icon_path().empty())) {
|
| ExtensionInstalledBubbleCocoa::ShowExtensionInstalledBubble(
|
|
|