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

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

Issue 2555833002: Remove enable_notifications build flag and define (Closed)
Patch Set: Merge Created 4 years 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/prefs/browser_prefs.cc ('k') | chrome/browser/push_messaging/push_messaging_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c4f48eb7954d7d991aa401c2cf89531eabcf4514..9e971b2b72431688763f2ddd6280adcd9e4393ba 100644
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
@@ -214,12 +214,10 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
#if !defined(OS_ANDROID) && !defined(OS_CHROMEOS)
CrossDevicePromoFactory::GetInstance();
#endif
-#if defined(ENABLE_NOTIFICATIONS)
#if BUILDFLAG(ENABLE_EXTENSIONS)
ExtensionWelcomeNotificationFactory::GetInstance();
#endif
NotifierStateTrackerFactory::GetInstance();
-#endif // defined(ENABLE_NOTIFICATIONS)
data_use_measurement::ChromeDataUseAscriberServiceFactory::GetInstance();
dom_distiller::DomDistillerServiceFactory::GetInstance();
domain_reliability::DomainReliabilityServiceFactory::GetInstance();
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/push_messaging/push_messaging_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698