Chromium Code Reviews| Index: chrome/common/chrome_notification_types.h |
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
| index 6990616031da3f03d47c9aac028daf6ce9ce0905..4bf25180dff5639fc95b77891b689c1901830e48 100644 |
| --- a/chrome/common/chrome_notification_types.h |
| +++ b/chrome/common/chrome_notification_types.h |
| @@ -494,7 +494,7 @@ enum NotificationType { |
| NOTIFICATION_EXTENSION_INSTALL_NOT_ALLOWED, |
| // Sent when an extension has been uninstalled. The details are the extension |
|
Yoyo Zhou
2012/07/09 17:06:37
Might as well use the "details are an Extension, a
Devlin
2012/07/09 20:48:26
Done.
|
| - // id and the source is a Profile. |
| + // which was uninstalled and the source is a Profile. |
| NOTIFICATION_EXTENSION_UNINSTALLED, |
| // Sent when an extension uninstall is not allowed because the extension is |