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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 15517005: Remove references to Profile from browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & style Created 7 years, 7 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 4fb445330ad0c6fdf0991e928acee0aa2f0229d0..c249c89d2afd3d269dae7ee132c0a122f84be03d 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

Powered by Google App Engine
This is Rietveld 408576698