| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index 30c36d6abd5374d8b873f42db8cfcb9a2a4e2dce..23b36fe2bc37de0f05001299579c42a9d6d09ed5 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -435,6 +435,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.
|
|
|