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

Unified Diff: ui/message_center/notification_list.h

Issue 11827010: Fixes the policy to choose the notifications for popups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « no previous file | ui/message_center/notification_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/notification_list.h
diff --git a/ui/message_center/notification_list.h b/ui/message_center/notification_list.h
index 87cf509dc5a7231b94c837496fee0430e5f60e72..bd97dbc0a1906f0ebb81c6c6dcd6fee340c1a82d 100644
--- a/ui/message_center/notification_list.h
+++ b/ui/message_center/notification_list.h
@@ -181,8 +181,8 @@ class MESSAGE_CENTER_EXPORT NotificationList {
// as a popup. kMaxVisiblePopupNotifications are used to limit the number of
// notifications for the default priority.
void GetPopupIterators(int priority,
- Notifications::iterator& first,
- Notifications::iterator& last);
+ Notifications::iterator* first,
+ Notifications::iterator* last);
// Given a dictionary of optional notification fields (or NULL), unpacks all
// recognized values into the given Notification struct. We assume prior
« no previous file with comments | « no previous file | ui/message_center/notification_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698