Index: chrome/browser/themes/theme_service_factory.cc |
diff --git a/chrome/browser/themes/theme_service_factory.cc b/chrome/browser/themes/theme_service_factory.cc |
index 86072d624ed3858a865712f291d943fe6d56d786..3049a7717be704676881c230396600963311522b 100644 |
--- a/chrome/browser/themes/theme_service_factory.cc |
+++ b/chrome/browser/themes/theme_service_factory.cc |
@@ -81,3 +81,7 @@ void ThemeServiceFactory::RegisterUserPrefs(PrefServiceSyncable* prefs) { |
bool ThemeServiceFactory::ServiceRedirectedInIncognito() const { |
return true; |
} |
+ |
+bool ThemeServiceFactory::ServiceIsCreatedWithProfile() const { |
+ return true; |
+} |