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

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: Remove ntp resource cache into a separate CL and removed SyncPromoUI changes. Created 8 years, 10 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)
Elliot Glaysher 2012/03/02 00:23:05 Is this enough? I thought that there was additiona
Ted C 2012/03/08 19:42:08 This removed the only link errors I was seeing, bu
DependsOn(ThemeServiceFactory::GetInstance());
+#endif
DependsOn(GlobalErrorServiceFactory::GetInstance());
DependsOn(SigninManagerFactory::GetInstance());

Powered by Google App Engine
This is Rietveld 408576698