| Index: content/common/notification_type.h
|
| diff --git a/content/common/notification_type.h b/content/common/notification_type.h
|
| index f0cf97642389beeba8c6c769d0baad364f6f23ff..cc69e561eb03993c93cc4615c551a289f6261a08 100644
|
| --- a/content/common/notification_type.h
|
| +++ b/content/common/notification_type.h
|
| @@ -1118,6 +1118,11 @@ class NotificationType {
|
| // Sent when the syncer is blocked configuring.
|
| SYNC_CONFIGURE_BLOCKED,
|
|
|
| + // The ProfileSyncService is loading. Components can now call
|
| + // Profile::GetProfileSyncService without risk of premature creation.
|
| + // This notification occurs only after the PSS has begun initialization.
|
| + PROFILE_SYNC_SERVICE_LOADING,
|
| +
|
| // The sync service has started the configuration process.
|
| SYNC_CONFIGURE_START,
|
|
|
|
|