Index: chrome/common/notification_type.h |
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h |
index 3adc3ff0641b0c44e990cc25a5031437286350b8..2e4b2acaf98fbc9430ff917c34515c8746dd962b 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 |