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

Unified Diff: chrome/browser/chrome_browser_main.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/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index 825457851494b8c47a8c95de6b34396c7b63e1b5..2dc752273c7cd3d3ec1b9fe8b862575ee06b2ca0 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -1734,7 +1734,9 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
// might have shutdown because an update was available.
// TODO(torne): this should maybe be done with
// ProfileKeyedServiceFactory::ServiceIsCreatedWithProfile() instead?
+#if !defined(OS_ANDROID)
CloudPrintProxyServiceFactory::GetForProfile(profile_);
+#endif
// Load GPU Blacklist.
InitializeGpuDataManager(parsed_command_line());

Powered by Google App Engine
This is Rietveld 408576698