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

Unified Diff: content/common/notification_service.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
« no previous file with comments | « content/common/content_notification_types.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/notification_service.h
diff --git a/content/common/notification_service.h b/content/common/notification_service.h
index 8040b7fd054f652e4b42ba4ba952a7084618f2df..a9cd210b6fa1f88007e8ae94190775eb1101fa64 100644
--- a/content/common/notification_service.h
+++ b/content/common/notification_service.h
@@ -49,7 +49,8 @@ class NotificationService {
// Returns the same value as AllSources(). This function has semantic
// differences to the programmer: We have checked that this AllSources()
// usage is safe in the face of multiple profiles. Objects that were
- // singletons now will always have multiple instances, one per profile.
+ // singletons now will always have multiple instances, one per browser
+ // context.
//
// Some usage is safe, where the Source is checked to see if it's a member of
// a container before use. But, we want the number of AllSources() calls to
« no previous file with comments | « content/common/content_notification_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698