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

Unified Diff: chrome/browser/notifications/message_center_stats_collector.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
Index: chrome/browser/notifications/message_center_stats_collector.h
diff --git a/chrome/browser/notifications/message_center_stats_collector.h b/chrome/browser/notifications/message_center_stats_collector.h
index 463b7ed07c0c91081ee3f1d700ec2aee9802a92c..b14cfb0cdb85924e5f764467e01ec0f272424a99 100644
--- a/chrome/browser/notifications/message_center_stats_collector.h
+++ b/chrome/browser/notifications/message_center_stats_collector.h
@@ -73,7 +73,8 @@ class MessageCenterStatsCollector
virtual void OnNotificationButtonClicked(const std::string& notification_id,
int button_index) OVERRIDE;
virtual void OnNotificationDisplayed(
- const std::string& notification_id) OVERRIDE;
+ const std::string& notification_id,
+ const message_center::DisplaySource source) OVERRIDE;
virtual void OnCenterVisibilityChanged(
message_center::Visibility visibility) OVERRIDE;
virtual void OnQuietModeChanged(bool in_quiet_mode) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698