Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index 26155b14e9b4f5914397a8f2d55152c737ffba80..e8612a18a4d7a25953c8afaf9187d781462b4dd1 100644 |
--- a/chrome/browser/chrome_browser_main.cc |
+++ b/chrome/browser/chrome_browser_main.cc |
@@ -1466,13 +1466,13 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() { |
MetricsService::LogNeedForCleanShutdown(); |
#endif |
+#if defined(ENABLE_FULL_PRINTING) |
// Create the instance of the cloud print proxy service so that it can launch |
// the service process if needed. This is needed because the service process |
// might have shutdown because an update was available. |
// TODO(torne): this should maybe be done with |
// BrowserContextKeyedServiceFactory::ServiceIsCreatedWithBrowserContext() |
// instead? |
-#if !defined(OS_ANDROID) |
CloudPrintProxyServiceFactory::GetForProfile(profile_); |
#endif |