| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index 3845d11c5aea426c5eaed13565c3ef492218ba60..bbfc58c85f5d6f9ef0bf89b429c560a06466554e 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -826,15 +826,15 @@ enum NotificationType {
|
|
|
| // Sync --------------------------------------------------------------------
|
|
|
| - // Sent when the syncer is blocked configuring.
|
| - NOTIFICATION_SYNC_CONFIGURE_BLOCKED,
|
| + // The sync service has finished the datatype configuration process. The
|
| + // source is the ProfileSyncService object of the Profile. There are no
|
| + // details.
|
| + NOTIFICATION_SYNC_CONFIGURE_DONE,
|
|
|
| - // The sync service has started the configuration process.
|
| + // The sync service has started the datatype configuration process. The source
|
| + // is the ProfileSyncService object of the Profile. There are no details.
|
| NOTIFICATION_SYNC_CONFIGURE_START,
|
|
|
| - // The sync service is finished the configuration process.
|
| - NOTIFICATION_SYNC_CONFIGURE_DONE,
|
| -
|
| // A service is requesting a sync datatype refresh for the current profile.
|
| // The details value is a const syncer::ModelTypePayloadMap.
|
| // If the payload map is empty, it should be treated as an invalidation for
|
|
|