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

Unified Diff: chrome/common/notification_type.h

Issue 5441002: Clean up pref change notification handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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: 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

Powered by Google App Engine
This is Rietveld 408576698