Index: chrome/common/notification_type.h |
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h |
index edf5999a41118c873128a330b16f95245db8d1dc..8f17b859372285d72190abe409fc5df39ffa20e6 100644 |
--- a/chrome/common/notification_type.h |
+++ b/chrome/common/notification_type.h |
@@ -736,6 +736,10 @@ class NotificationType { |
// PrefService and the details a std::string of the changed path. |
PREF_CHANGED, |
+ // This is broadcast after the preference subsystem has completed |
+ // asynchronous initalization of a PrefService. |
+ PREF_INITIALIZATION_COMPLETED, |
+ |
// Sent when a default request context has been created, so calling |
// Profile::GetDefaultRequestContext() will not return NULL. This is sent |
// on the thread where Profile::GetRequestContext() is first called, which |