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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10657009: Removing last usage of default request context. Fixing up login_utils to not need it by allowing ac… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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: 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

Powered by Google App Engine
This is Rietveld 408576698