| Index: content/common/notification_type.h
|
| diff --git a/content/common/notification_type.h b/content/common/notification_type.h
|
| index a2dff4304c1940ce244477c01e7a424031cf3f54..f0cf97642389beeba8c6c769d0baad364f6f23ff 100644
|
| --- a/content/common/notification_type.h
|
| +++ b/content/common/notification_type.h
|
| @@ -1115,11 +1115,8 @@ class NotificationType {
|
|
|
| // Sync --------------------------------------------------------------------
|
|
|
| - // Sent when the sync backend has been paused.
|
| - SYNC_PAUSED,
|
| -
|
| - // Sent when the sync backend has been resumed.
|
| - SYNC_RESUMED,
|
| + // Sent when the syncer is blocked configuring.
|
| + SYNC_CONFIGURE_BLOCKED,
|
|
|
| // The sync service has started the configuration process.
|
| SYNC_CONFIGURE_START,
|
|
|