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

Unified Diff: chrome/browser/sync/profile_sync_service_factory.cc

Issue 9515010: Chrome on Android : Begin removing references to themes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resolving the comment that I missed. 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
Index: chrome/browser/sync/profile_sync_service_factory.cc
diff --git a/chrome/browser/sync/profile_sync_service_factory.cc b/chrome/browser/sync/profile_sync_service_factory.cc
index b0fa3617cbfb294d86eec71af965e162638f3406..8931ffc998d07a8246ff565b07b0545b639ec742 100644
--- a/chrome/browser/sync/profile_sync_service_factory.cc
+++ b/chrome/browser/sync/profile_sync_service_factory.cc
@@ -45,7 +45,9 @@ ProfileSyncServiceFactory::ProfileSyncServiceFactory()
// destruction order.
DependsOn(TemplateURLServiceFactory::GetInstance());
DependsOn(PersonalDataManagerFactory::GetInstance());
+#if !defined(OS_ANDROID)
DependsOn(ThemeServiceFactory::GetInstance());
+#endif
DependsOn(GlobalErrorServiceFactory::GetInstance());
DependsOn(SigninManagerFactory::GetInstance());

Powered by Google App Engine
This is Rietveld 408576698