| Index: chrome/common/notification_types.h
|
| diff --git a/chrome/common/notification_types.h b/chrome/common/notification_types.h
|
| index be7791511c8000e16ed97f8d31e9374aa7cb668c..c2a0c09a368167f696b1ea2c08896c0614e040ee 100644
|
| --- a/chrome/common/notification_types.h
|
| +++ b/chrome/common/notification_types.h
|
| @@ -495,11 +495,11 @@ enum NotificationType {
|
| // Personalization -----------------------------------------------------------
|
| NOTIFY_PERSONALIZATION,
|
|
|
| - // Greasemonkey user scripts -------------------------------------------------
|
| + // User Scripts --------------------------------------------------------------
|
|
|
| // Sent when there are new user scripts available.
|
| // The details are a pointer to SharedMemory containing the new scripts.
|
| - NOTIFY_GREASEMONKEY_SCRIPTS_LOADED,
|
| + NOTIFY_USER_SCRIPTS_LOADED,
|
|
|
| // Extensions ----------------------------------------------------------------
|
|
|
|
|