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

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: Review for Raghu. 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 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,
« chrome/test/live_sync/live_sync_test.cc ('K') | « chrome/test/live_sync/live_sync_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698