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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10735042: Revert 145969 - Removing last usage of default request context. Fixing up login_utils to not need i… (Closed) Base URL: svn://svn.chromium.org/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
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_notification_types.h
===================================================================
--- chrome/common/chrome_notification_types.h (revision 145994)
+++ chrome/common/chrome_notification_types.h (working copy)
@@ -286,8 +286,6 @@
// 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.
@@ -302,10 +300,6 @@
// 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
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698