| Index: content/common/notification_type.h
|
| diff --git a/content/common/notification_type.h b/content/common/notification_type.h
|
| index 3eb00b467678fafe91f87421b0bf2f8fc7445166..997870784675be970976526264064d4a81e2ff92 100644
|
| --- a/content/common/notification_type.h
|
| +++ b/content/common/notification_type.h
|
| @@ -1315,6 +1315,9 @@ class NotificationType {
|
| // Sent when a ProtocolHandlerRegistry is changed.
|
| PROTOCOL_HANDLER_REGISTRY_CHANGED,
|
|
|
| + // Sent when a new profile is added.
|
| + PROFILE_ADDED,
|
| +
|
| // Count (must be last) ----------------------------------------------------
|
| // Used to determine the number of notification types. Not valid as
|
| // a type parameter when registering for or posting notifications.
|
|
|