| Index: chrome/common/notification_types.h
|
| diff --git a/chrome/common/notification_types.h b/chrome/common/notification_types.h
|
| index 0e550a2f669eafaa773914bd1eadcdf65a0dd439..be7791511c8000e16ed97f8d31e9374aa7cb668c 100644
|
| --- a/chrome/common/notification_types.h
|
| +++ b/chrome/common/notification_types.h
|
| @@ -499,7 +499,12 @@ enum NotificationType {
|
|
|
| // Sent when there are new user scripts available.
|
| // The details are a pointer to SharedMemory containing the new scripts.
|
| - NOTIFY_NEW_USER_SCRIPTS,
|
| + NOTIFY_GREASEMONKEY_SCRIPTS_LOADED,
|
| +
|
| + // Extensions ----------------------------------------------------------------
|
| +
|
| + // Sent when new extensions are loaded. The details are an ExtensionList*.
|
| + NOTIFY_EXTENSIONS_LOADED,
|
|
|
| // Count (must be last) ------------------------------------------------------
|
| // Used to determine the number of notification types. Not valid as
|
|
|