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

Unified Diff: chrome/browser/chromeos/login/session/user_session_manager.h

Issue 417623002: user_manager component: Add UserManagerBase class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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/chromeos/login/session/user_session_manager.h
diff --git a/chrome/browser/chromeos/login/session/user_session_manager.h b/chrome/browser/chromeos/login/session/user_session_manager.h
index 9344cb83a154faf740e86eb8803508d4bc2c7386..edc8c3f7ffd453b4c07750c2faec099831dce1d3 100644
--- a/chrome/browser/chromeos/login/session/user_session_manager.h
+++ b/chrome/browser/chromeos/login/session/user_session_manager.h
@@ -98,10 +98,6 @@ class UserSessionManager
// Initialize RLZ.
void InitRlz(Profile* profile);
- // Returns true when the browser has crashed and restarted during the current
- // user's session.
- bool HasBrowserRestarted() const;
-
// TODO(nkostylev): Drop these methods once LoginUtilsImpl::AttemptRestart()
// is migrated.
OAuth2LoginManager::SessionRestoreStrategy GetSigninSessionRestoreStrategy();
@@ -202,6 +198,9 @@ class UserSessionManager
// loader with it.
void InitializeCertsForPrimaryUser(Profile* profile);
+ // Starts loading CRL set for primary user.
+ void InitializeCRLSetFetcherForPrimaryUser(const user_manager::User* user);
+
// Callback to process RetrieveActiveSessions() request results.
void OnRestoreActiveSessions(
const SessionManagerClient::ActiveSessionsMap& sessions,

Powered by Google App Engine
This is Rietveld 408576698