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 9e971b2b72431688763f2ddd6280adcd9e4393ba..1b72b9f5534eb538102c1ff9d6861ff37875da3a 100644 |
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
@@ -289,6 +289,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() { |
PasswordManagerSettingMigratorServiceFactory::GetInstance(); |
#if !defined(OS_ANDROID) |
PinnedTabServiceFactory::GetInstance(); |
+ ThemeServiceFactory::GetInstance(); |
#endif |
#if BUILDFLAG(ENABLE_PLUGINS) |
PluginPrefsFactory::GetInstance(); |
@@ -334,9 +335,6 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() { |
TabRestoreServiceFactory::GetInstance(); |
TemplateURLFetcherFactory::GetInstance(); |
TemplateURLServiceFactory::GetInstance(); |
-#if defined(ENABLE_THEMES) |
- ThemeServiceFactory::GetInstance(); |
-#endif |
#if defined(OS_WIN) |
TriggeredProfileResetterFactory::GetInstance(); |
#endif |