diff options
Diffstat (limited to 'chrome/browser/extensions')
-rw-r--r-- | chrome/browser/extensions/extension_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_service.cc b/chrome/browser/extensions/extension_service.cc index 6300e82..ed7d9ce 100644 --- a/chrome/browser/extensions/extension_service.cc +++ b/chrome/browser/extensions/extension_service.cc @@ -2612,7 +2612,7 @@ void ExtensionService::FinishInstallation(const Extension* extension) { // If this is a new external extension that was disabled, alert the user // so he can reenable it. We do this last so that it has already been // added to our list of extensions. - if (unacknowledged_external) { + if (unacknowledged_external && !is_update) { UpdateExternalExtensionAlert(); UMA_HISTOGRAM_ENUMERATION("Extensions.ExternalExtensionEvent", EXTERNAL_EXTENSION_INSTALLED, |