| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index 2472eb5e3295bcf277f46aeda18e1ba3a3bc5838..515373b16cfb4c9374ad139af76efd3182ba6bb6 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -428,6 +428,10 @@ enum {
|
| // details are an Extension*, and the source is a Profile*.
|
| NOTIFICATION_EXTENSION_UPDATE_DISABLED,
|
|
|
| + // Sent when an extension's permissions change. The details are an
|
| + // UpdatedExtensionPermissionsInfo, and the source is a Profile.
|
| + NOTIFICATION_EXTENSION_PERMISSIONS_UPDATED,
|
| +
|
| // Sent when an extension is about to be installed so we can (in the case of
|
| // themes) alert the user with a loading dialog. The source is the download
|
| // manager and the details are the download url.
|
|
|