| 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 003d8b38976448aac9a12d8e0cde2ab28634ebfc..27aed8fb1efec8ead99a2bdcb3e8ca9bb4fb9066 100644
|
| --- a/chrome/browser/themes/theme_service_factory.cc
|
| +++ b/chrome/browser/themes/theme_service_factory.cc
|
| @@ -82,3 +82,7 @@ void ThemeServiceFactory::RegisterUserPrefs(PrefRegistrySyncable* registry) {
|
| bool ThemeServiceFactory::ServiceRedirectedInIncognito() const {
|
| return true;
|
| }
|
| +
|
| +bool ThemeServiceFactory::ServiceIsCreatedWithProfile() const {
|
| + return true;
|
| +}
|
|
|