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

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

Issue 9447086: Android: Don't compile printing sources (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed jam's comment 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/profiles/profile_dependency_manager.cc
diff --git a/chrome/browser/profiles/profile_dependency_manager.cc b/chrome/browser/profiles/profile_dependency_manager.cc
index fa6bb286473f41b0fda1a3820326b0b5125ae953..ed0bf8239d8847c56b7faa997287bfbe35096e73 100644
--- a/chrome/browser/profiles/profile_dependency_manager.cc
+++ b/chrome/browser/profiles/profile_dependency_manager.cc
@@ -164,7 +164,9 @@ void ProfileDependencyManager::AssertFactoriesBuilt() {
return;
BackgroundContentsServiceFactory::GetInstance();
+#if !defined(OS_ANDROID)
CloudPrintProxyServiceFactory::GetInstance();
+#endif
CookieSettings::Factory::GetInstance();
DesktopNotificationServiceFactory::GetInstance();
DownloadServiceFactory::GetInstance();

Powered by Google App Engine
This is Rietveld 408576698