Index: content/common/notification_type.h |
diff --git a/content/common/notification_type.h b/content/common/notification_type.h |
index a3161f19af09ff39173445ec251c6eaf026db20e..ac0408d7cadcfd84d1f65d2caf06b9d1457d33f3 100644 |
--- a/content/common/notification_type.h |
+++ b/content/common/notification_type.h |
@@ -1112,11 +1112,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 has finished downloading updates for a CONFIG job. |
+ SYNC_CONFIGURE_UPDATES_DOWNLOADED, |
// The sync service has started the configuration process. |
SYNC_CONFIGURE_START, |