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

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: Upload before submit. 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | jingle/notifier/listener/talk_mediator_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | jingle/notifier/listener/talk_mediator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698