diff options
Diffstat (limited to 'chrome/browser/chrome_browser_main.cc')
-rw-r--r-- | chrome/browser/chrome_browser_main.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc index 4fb44533..c249c89 100644 --- a/chrome/browser/chrome_browser_main.cc +++ b/chrome/browser/chrome_browser_main.cc @@ -1492,7 +1492,8 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() { // 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 - // ProfileKeyedServiceFactory::ServiceIsCreatedWithProfile() instead? + // BrowserContextKeyedServiceFactory::ServiceIsCreatedWithBrowserContext() + // instead? #if !defined(OS_ANDROID) CloudPrintProxyServiceFactory::GetForProfile(profile_); #endif |