| 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 4f043cb3bda0f58f6cb0cd262cd0fb6f8a13d747..401b697615cab9ce70263e2f32dd6dee17a21f52 100644
|
| --- a/chrome/browser/chromeos/login/session/user_session_manager.h
|
| +++ b/chrome/browser/chromeos/login/session/user_session_manager.h
|
| @@ -144,6 +144,9 @@ class UserSessionManager
|
| // and start certificate loader with it.
|
| void InitializeCerts(Profile* profile);
|
|
|
| + // Starts loading CRL set.
|
| + void InitializeCRLSetFetcher(const user_manager::User* user);
|
| +
|
| // Invoked when the user is logging in for the first time, or is logging in to
|
| // an ephemeral session type, such as guest or a public session.
|
| void SetFirstLoginPrefs(Profile* profile,
|
| @@ -278,9 +281,6 @@ class UserSessionManager
|
| // Initializes RLZ. If |disabled| is true, RLZ pings are disabled.
|
| void InitRlzImpl(Profile* profile, bool disabled);
|
|
|
| - // Starts loading CRL set.
|
| - void InitializeCRLSetFetcher(const user_manager::User* user);
|
| -
|
| // Callback to process RetrieveActiveSessions() request results.
|
| void OnRestoreActiveSessions(
|
| const SessionManagerClient::ActiveSessionsMap& sessions,
|
|
|