| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 89462374a2ef46085c9049bf02a428690d643b56..03c5c1bf54e895bb2e1a8d85611adb8e03d8fefc 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());
|
|
|