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

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: 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 | « chrome/browser/notifications/message_center_stats_collector.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/notifications/message_center_stats_collector.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698