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

Unified Diff: chrome/browser/notifications/message_center_stats_collector.cc

Issue 264123002: Google Now Message Center Stats (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor 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.cc
diff --git a/chrome/browser/notifications/message_center_stats_collector.cc b/chrome/browser/notifications/message_center_stats_collector.cc
index 3ab62030360fc0d7e1f91c6844e48a21652bee2c..7ccd360a348cca1f7ceb158788a49e6e225acc46 100644
--- a/chrome/browser/notifications/message_center_stats_collector.cc
+++ b/chrome/browser/notifications/message_center_stats_collector.cc
@@ -108,7 +108,8 @@ void MessageCenterStatsCollector::OnNotificationButtonClicked(
}
void MessageCenterStatsCollector::OnNotificationDisplayed(
- const std::string& notification_id) {
+ const std::string& notification_id,
+ const message_center::NotificationDisplaySource source) {
StatsCollection::iterator iter = stats_.find(notification_id);
if (iter == stats_.end())
return;

Powered by Google App Engine
This is Rietveld 408576698