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

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: CR Feedback 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
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..062c30d70841ae7d21af35943a03e3059163b220 100644
--- a/ui/message_center/cocoa/popup_collection.mm
+++ b/ui/message_center/cocoa/popup_collection.mm
@@ -191,7 +191,7 @@ class PopupCollectionObserver : public message_center::MessageCenterObserver {
bounds.origin.y = y;
[popup showWithAnimation:bounds];
[popups_ addObject:popup];
- messageCenter_->DisplayedNotification(notification->id());
+ messageCenter_->PoppedUpNotification(notification->id());
return YES;
}

Powered by Google App Engine
This is Rietveld 408576698