| 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());
|
|
|