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

Unified Diff: chrome/common/notification_type.h

Issue 1128012: Rewrite DTM to support dynamic data type configuration (Closed)
Patch Set: Address review comments and fix a leak. Created 10 years, 9 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/browser/sync/profile_sync_service_startup_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index a321e0bfa991b4ddda0dd24128e6618301fe6624..026df5c78fa48ecd3151f33e752ad0147e0b5c9e 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -890,6 +890,12 @@ class NotificationType {
// Sent when the sync backend has been resumed.
SYNC_RESUMED,
+ // The sync service has started the configuration process.
+ SYNC_CONFIGURE_START,
+
+ // The sync service is finished the configuration process.
+ SYNC_CONFIGURE_DONE,
+
#if defined(OS_CHROMEOS)
// Sent when a chromium os user logs in.
LOGIN_USER_CHANGED,
« no previous file with comments | « chrome/browser/sync/profile_sync_service_startup_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698