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

Unified Diff: ui/message_center/cocoa/popup_collection.mm

Issue 264123002: Google Now Message Center Stats (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename Created 6 years, 7 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 | « tools/metrics/histograms/histograms.xml ('k') | ui/message_center/cocoa/tray_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/cocoa/popup_collection.mm
diff --git a/ui/message_center/cocoa/popup_collection.mm b/ui/message_center/cocoa/popup_collection.mm
index fb220199a341538f6f47c0ad901362555819f651..3d890120d895cbfa110b11cdc237448e5e6fc62e 100644
--- a/ui/message_center/cocoa/popup_collection.mm
+++ b/ui/message_center/cocoa/popup_collection.mm
@@ -191,7 +191,8 @@ class PopupCollectionObserver : public message_center::MessageCenterObserver {
bounds.origin.y = y;
[popup showWithAnimation:bounds];
[popups_ addObject:popup];
- messageCenter_->DisplayedNotification(notification->id());
+ messageCenter_->DisplayedNotification(
+ notification->id(), message_center::DISPLAY_SOURCE_POPUP);
return YES;
}
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/message_center/cocoa/tray_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698