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

Unified Diff: content/common/notification_type.h

Issue 6894020: Adds async interface method to PersistentPrefStore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use Notifications. 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..bf17728bb2db4ef62b809a8cab9c4baef8031c62 100644
--- a/content/common/notification_type.h
+++ b/content/common/notification_type.h
@@ -746,6 +746,10 @@ class NotificationType {
// asynchronous initalization of a PrefService.
PREF_INITIALIZATION_COMPLETED,
+ // This is broadcast after the preference subsystem has failed to load a
+ // PrefService.
+ PREF_INITIALIZATION_FAILED,
Mattias Nissler (ping if slow) 2011/04/27 12:16:30 As mention elsewhere, I think it's much better to
altimofeev 2011/05/04 13:46:14 Done.
+
// 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
« chrome/common/persistent_pref_store.h ('K') | « chrome/test/testing_pref_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698