| Index: chrome/browser/extensions/extension_disabled_ui.cc
|
| diff --git a/chrome/browser/extensions/extension_disabled_ui.cc b/chrome/browser/extensions/extension_disabled_ui.cc
|
| index 640af2ffe2dccb5480c7c94a9a1626a3893149fa..69970c77d931c92d677c137f35d1dde4f21db5a3 100644
|
| --- a/chrome/browser/extensions/extension_disabled_ui.cc
|
| +++ b/chrome/browser/extensions/extension_disabled_ui.cc
|
| @@ -486,11 +486,6 @@ void AddExtensionDisabledErrorWithIcon(base::WeakPtr<ExtensionService> service,
|
| void AddExtensionDisabledError(ExtensionService* service,
|
| const Extension* extension,
|
| bool is_remote_install) {
|
| - // Do not display notifications for ephemeral apps that have been disabled.
|
| - // Instead, a prompt will be shown the next time the app is launched.
|
| - if (util::IsEphemeralApp(extension->id(), service->profile()))
|
| - return;
|
| -
|
| extensions::ExtensionResource image = extensions::IconsInfo::GetIconResource(
|
| extension, kIconSize, ExtensionIconSet::MATCH_BIGGER);
|
| gfx::Size size(kIconSize, kIconSize);
|
|
|