Index: chrome/common/chrome_notification_types.h |
=================================================================== |
--- chrome/common/chrome_notification_types.h (revision 145957) |
+++ chrome/common/chrome_notification_types.h (working copy) |
@@ -286,6 +286,8 @@ |
// updated. |
NOTIFICATION_FAVICON_UPDATED, |
+ // Profiles ----------------------------------------------------------------- |
+ |
// Sent after a Profile has been created. This notification is sent both for |
// normal and OTR profiles. |
// The details are none and the source is the new profile. |
@@ -300,6 +302,10 @@ |
// The details are none and the source is a Profile*. |
NOTIFICATION_PROFILE_DESTROYED, |
+ // Sent after the URLRequestContextGetter for a Profile has been initialized. |
+ // The details are none and the source is a Profile*. |
+ NOTIFICATION_PROFILE_URL_REQUEST_CONTEXT_GETTER_INITIALIZED, |
+ |
// TopSites ---------------------------------------------------------------- |
// Sent by TopSites when it finishes loading. The source is the profile the |