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..82e3e96bbc285543f83595e4bde4c6dc91f8e16b 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::DisplaySource source) { |
StatsCollection::iterator iter = stats_.find(notification_id); |
if (iter == stats_.end()) |
return; |