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

Unified Diff: ui/message_center/message_center_observer.h

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 | « ui/message_center/message_center_impl_unittest.cc ('k') | ui/message_center/message_center_tray.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_center_observer.h
diff --git a/ui/message_center/message_center_observer.h b/ui/message_center/message_center_observer.h
index 901b60e54a12db8c4617730398fc7d2255cb285c..202430d8165b5f56ad3f992be8349b1335dd63d2 100644
--- a/ui/message_center/message_center_observer.h
+++ b/ui/message_center/message_center_observer.h
@@ -42,7 +42,9 @@ class MESSAGE_CENTER_EXPORT MessageCenterObserver {
// Called when the notification associated with |notification_id| is actually
// displayed.
- virtual void OnNotificationDisplayed(const std::string& notification_id) {}
+ virtual void OnNotificationDisplayed(
+ const std::string& notification_id,
+ const DisplaySource source) {}
// Called when the notification center is shown or hidden.
virtual void OnCenterVisibilityChanged(Visibility visibility) {}
« no previous file with comments | « ui/message_center/message_center_impl_unittest.cc ('k') | ui/message_center/message_center_tray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698