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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10834351: [sync] Divorce DataTypeManager from NotificationService notifications by creating a new DataTypeMa… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restore expectations in DTMImpl unittest + Treat observer_ as const Created 8 years, 4 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/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index 3845d11c5aea426c5eaed13565c3ef492218ba60..bbfc58c85f5d6f9ef0bf89b429c560a06466554e 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -826,15 +826,15 @@ enum NotificationType {
// Sync --------------------------------------------------------------------
- // Sent when the syncer is blocked configuring.
- NOTIFICATION_SYNC_CONFIGURE_BLOCKED,
+ // The sync service has finished the datatype configuration process. The
+ // source is the ProfileSyncService object of the Profile. There are no
+ // details.
+ NOTIFICATION_SYNC_CONFIGURE_DONE,
- // The sync service has started the configuration process.
+ // The sync service has started the datatype configuration process. The source
+ // is the ProfileSyncService object of the Profile. There are no details.
NOTIFICATION_SYNC_CONFIGURE_START,
- // The sync service is finished the configuration process.
- NOTIFICATION_SYNC_CONFIGURE_DONE,
-
// A service is requesting a sync datatype refresh for the current profile.
// The details value is a const syncer::ModelTypePayloadMap.
// If the payload map is empty, it should be treated as an invalidation for
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698