| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index b0eb519ecbdaa67ee272a94895825fe12dd76915..b505ffc4233848896baa949231889cdbe3263ef1 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -497,8 +497,8 @@ enum NotificationType {
|
| // Sent when an extension install turns out to not be a theme.
|
| NOTIFICATION_NO_THEME_DETECTED,
|
|
|
| - // Sent when new extensions are installed. The details are an Extension, and
|
| - // the source is a Profile.
|
| + // Sent when new extensions are installed, or existing extensions are updated.
|
| + // The details are an InstalledExtensionInfo, and the source is a Profile.
|
| NOTIFICATION_EXTENSION_INSTALLED,
|
|
|
| // An error occured during extension install. The details are a string with
|
|
|