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

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

Issue 2727103002: Remove GoogleNowNotification stats collector (Closed)
Patch Set: Created 3 years, 10 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_notification_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/message_center_notification_manager.cc
diff --git a/chrome/browser/notifications/message_center_notification_manager.cc b/chrome/browser/notifications/message_center_notification_manager.cc
index 49028114e94e7f66872001c72f23d17f1fc19dd7..e60cdd6f8c11a0a9b8e80ab4bde751eb77425501 100644
--- a/chrome/browser/notifications/message_center_notification_manager.cc
+++ b/chrome/browser/notifications/message_center_notification_manager.cc
@@ -46,8 +46,7 @@ MessageCenterNotificationManager::MessageCenterNotificationManager(
: message_center_(message_center),
settings_provider_(std::move(settings_provider)),
system_observer_(this),
- stats_collector_(message_center),
- google_now_stats_collector_(message_center) {
+ stats_collector_(message_center) {
message_center_->AddObserver(this);
message_center_->SetNotifierSettingsProvider(settings_provider_.get());
« no previous file with comments | « chrome/browser/notifications/message_center_notification_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698