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

Unified Diff: content/common/notification_type.h

Issue 6905044: Refactor preference syncing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the previous fix 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 f0cf97642389beeba8c6c769d0baad364f6f23ff..cc69e561eb03993c93cc4615c551a289f6261a08 100644
--- a/content/common/notification_type.h
+++ b/content/common/notification_type.h
@@ -1118,6 +1118,11 @@ class NotificationType {
// Sent when the syncer is blocked configuring.
SYNC_CONFIGURE_BLOCKED,
+ // The ProfileSyncService is loading. Components can now call
+ // Profile::GetProfileSyncService without risk of premature creation.
+ // This notification occurs only after the PSS has begun initialization.
+ PROFILE_SYNC_SERVICE_LOADING,
+
// The sync service has started the configuration process.
SYNC_CONFIGURE_START,
« chrome/browser/sync/glue/model_associator.h ('K') | « content/browser/host_zoom_map.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698