| 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 7a5448b8a9b1d34c1be75ca39fefb18e6a20f9e0..e32e0cd1f35f986d6b11fd4049f5a91c15a95b0d 100644
|
| --- a/chrome/browser/chromeos/login/session/user_session_manager.h
|
| +++ b/chrome/browser/chromeos/login/session/user_session_manager.h
|
| @@ -98,6 +98,10 @@ class UserSessionManager
|
| // Initialize RLZ.
|
| void InitRlz(Profile* profile);
|
|
|
| + // Get the NSS cert database for the user represented with |profile|
|
| + // and start certificate loader with it.
|
| + void InitializeCerts(Profile* profile);
|
| +
|
| // TODO(nkostylev): Drop these methods once LoginUtilsImpl::AttemptRestart()
|
| // is migrated.
|
| OAuth2LoginManager::SessionRestoreStrategy GetSigninSessionRestoreStrategy();
|
| @@ -199,10 +203,6 @@ class UserSessionManager
|
| // Initializes RLZ. If |disabled| is true, RLZ pings are disabled.
|
| void InitRlzImpl(Profile* profile, bool disabled);
|
|
|
| - // Get the NSS cert database for the user represented with |profile|
|
| - // and start certificate loader with it.
|
| - void InitializeCerts(Profile* profile);
|
| -
|
| // Starts loading CRL set.
|
| void InitializeCRLSetFetcher(const user_manager::User* user);
|
|
|
|
|