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 44deed4060115ca1a5e761c9668fc76a91459b35..557688ce94be0b58dfd436d0392dc851e4840bb0 100644 |
| --- a/chrome/common/chrome_notification_types.h |
| +++ b/chrome/common/chrome_notification_types.h |
| @@ -493,8 +493,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, |
|
Yoyo Zhou
2012/07/10 20:44:41
nit: please match capitalization (Extension/Profil
|
| + // and the source is a profile. |
| NOTIFICATION_EXTENSION_UNINSTALLED, |
| // Sent when an extension uninstall is not allowed because the extension is |