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

Unified Diff: content/common/content_notification_types.h

Issue 7622012: Removal of Profile from content part 8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 4 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/content_notification_types.h
diff --git a/content/common/content_notification_types.h b/content/common/content_notification_types.h
index d0ae76f720dc37a98ddee816bf5069e994d583f6..d0d5ee9a7950c965300e95a3d8381f000d0e6376 100644
--- a/content/common/content_notification_types.h
+++ b/content/common/content_notification_types.h
@@ -30,7 +30,7 @@ enum {
// This is sent when the user does a gesture resulting in a noteworthy
// action taking place. This is typically used for logging. The source is
- // the profile, and the details is a string identifying the action.
+ // the browser context, and the details is a string identifying the action.
NOTIFICATION_USER_ACTION,
// NavigationController ----------------------------------------------------
@@ -121,9 +121,10 @@ enum {
NOTIFICATION_RESOURCE_RECEIVED_REDIRECT,
// A new tab is created from an existing tab to serve as a target of a
- // navigation that is about to happen. The source will be a Source<Profile>
- // corresponding to the profile in which the new tab will live. Details in
- // the form of a RetargetingDetails object are provided.
+ // navigation that is about to happen. The source will be a
+ // Source<BrowserContext> corresponding to the browser context in which the
+ // new tab will live. Details in the form of a RetargetingDetails object are
+ // provided.
NOTIFICATION_RETARGETING,
// A new window was requested but was not created. The source will be a
« no previous file with comments | « content/browser/renderer_host/render_view_host_manager_browsertest.cc ('k') | content/common/notification_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698