| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index 83bb5b5d0ba0da39082dc7c2e60787d6c88e59bc..0184e850c08b205f694f17ee58fbb8c07112412f 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -498,8 +498,8 @@ enum NotificationType {
|
| // and the source is a Profile.
|
| NOTIFICATION_EXTENSION_INSTALL_NOT_ALLOWED,
|
|
|
| - // Sent when an extension has been uninstalled. The details are the extension
|
| - // id and the source is a Profile.
|
| + // Sent when an extension has been uninstalled. The details are an Extension,
|
| + // and the source is a Profile.
|
| NOTIFICATION_EXTENSION_UNINSTALLED,
|
|
|
| // Sent when an extension uninstall is not allowed because the extension is
|
|
|