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

Unified Diff: chrome/browser/sessions/session_service.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/sessions/session_service.cc
diff --git a/chrome/browser/sessions/session_service.cc b/chrome/browser/sessions/session_service.cc
index 04f85b18bf0582a5ef04c3cd5d00dfab479d2141..4727415e70abc77c74740949caaafc18df714499 100644
--- a/chrome/browser/sessions/session_service.cc
+++ b/chrome/browser/sessions/session_service.cc
@@ -203,7 +203,7 @@ SessionService::SessionService(const base::FilePath& save_path)
SessionService::~SessionService() {
// The BrowserList should outlive the SessionService since it's static and
- // the SessionService is a ProfileKeyedService.
+ // the SessionService is a BrowserContextKeyedService.
BrowserList::RemoveObserver(this);
Save();
}

Powered by Google App Engine
This is Rietveld 408576698