| Index: chrome/common/notification_type.h
|
| diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
|
| index 700ffb186dfb101a2d58c5a3769ac4c20722d8ec..2d288c90bd1763cd00a46ce4e2c8b531f29a69d4 100644
|
| --- a/chrome/common/notification_type.h
|
| +++ b/chrome/common/notification_type.h
|
| @@ -662,6 +662,11 @@ class NotificationType {
|
| // pointer to SharedMemory containing the new scripts.
|
| USER_SCRIPTS_UPDATED,
|
|
|
| + // User Style Sheet --------------------------------------------------------
|
| +
|
| + // Sent when the user style sheet has changed.
|
| + USER_STYLE_SHEET_UPDATED,
|
| +
|
| // Extensions --------------------------------------------------------------
|
|
|
| // Sent when the known installed extensions have all been loaded. In
|
|
|