Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10585)

Unified Diff: content/common/notification_type.h

Issue 6874018: make new syncer thread the default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Send for CR. Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« chrome/browser/sync/sessions/sync_session_context.h ('K') | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698