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

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

Issue 2917923004: Move handler processing to NotificationDisplayService
Patch Set: Created 3 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_display_service.cc
diff --git a/chrome/browser/notifications/message_center_display_service.cc b/chrome/browser/notifications/message_center_display_service.cc
index 7787fbe78c3aacaeed77456df06001d51d065b13..e04fca35462b7f732e4640d8127925161ddd158e 100644
--- a/chrome/browser/notifications/message_center_display_service.cc
+++ b/chrome/browser/notifications/message_center_display_service.cc
@@ -15,7 +15,9 @@
MessageCenterDisplayService::MessageCenterDisplayService(
Profile* profile,
NotificationUIManager* ui_manager)
- : profile_(profile), ui_manager_(ui_manager) {}
+ : NotificationDisplayService(profile),
+ profile_(profile),
+ ui_manager_(ui_manager) {}
MessageCenterDisplayService::~MessageCenterDisplayService() {}

Powered by Google App Engine
This is Rietveld 408576698