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

Unified Diff: chrome/browser/themes/theme_service_factory.cc

Issue 11968032: Move 'theme' parsing out of Extension class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TOT (new ManifestHandler interface) + Android gypi changes Created 7 years, 11 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/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;
+}

Powered by Google App Engine
This is Rietveld 408576698