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

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

Issue 9515010: Chrome on Android : Begin removing references to themes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 9 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
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/sync/profile_sync_components_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_dependency_manager.cc
diff --git a/chrome/browser/profiles/profile_dependency_manager.cc b/chrome/browser/profiles/profile_dependency_manager.cc
index 0743d65ab1d36a2800ad3eda74d4598fb94d6109..e4ce57244b7909dcef5df61c9f63fd3515344ada 100644
--- a/chrome/browser/profiles/profile_dependency_manager.cc
+++ b/chrome/browser/profiles/profile_dependency_manager.cc
@@ -190,7 +190,9 @@ void ProfileDependencyManager::AssertFactoriesBuilt() {
#endif
SpellCheckFactory::GetInstance();
TabRestoreServiceFactory::GetInstance();
+#if defined(ENABLE_THEMES)
ThemeServiceFactory::GetInstance();
+#endif
TemplateURLServiceFactory::GetInstance();
TokenServiceFactory::GetInstance();
#if defined(ENABLE_WEB_INTENTS)
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/sync/profile_sync_components_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698