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

Unified Diff: chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc

Issue 1814923002: Nuke NotificationUIManager from PlatformNotificationServiceImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@profile_manager_load
Patch Set: Created 4 years, 8 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/profiles/chrome_browser_main_extra_parts_profiles.cc
diff --git a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
index bb52aa43687fe62047ad53a527b3250df965c839..7aaed7046126c485149f88eab59bc42d4ec28af6 100644
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
@@ -29,6 +29,7 @@
#include "chrome/browser/invalidation/profile_invalidation_provider_factory.h"
#include "chrome/browser/media_galleries/media_galleries_preferences_factory.h"
#include "chrome/browser/notifications/extension_welcome_notification_factory.h"
+#include "chrome/browser/notifications/notification_display_service_factory.h"
#include "chrome/browser/notifications/notification_permission_context_factory.h"
#include "chrome/browser/notifications/notifier_state_tracker_factory.h"
#include "chrome/browser/ntp_snippets/ntp_snippets_service_factory.h"
@@ -211,6 +212,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
ExtensionWelcomeNotificationFactory::GetInstance();
#endif
NotificationPermissionContextFactory::GetInstance();
+ NotificationDisplayServiceFactory::GetInstance();
NotifierStateTrackerFactory::GetInstance();
#endif // defined(ENABLE_NOTIFICATIONS)
dom_distiller::DomDistillerServiceFactory::GetInstance();

Powered by Google App Engine
This is Rietveld 408576698