| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index 00b37baad309982e8d990ed7e82772c5317500d0..289dcf038fd1420bf83af4ebafac777a4760b358 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.
|
|
|