| 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 faaf021ba8bf07e16dc28cb22cbf9c7f73db5508..a16100d9f037524a27295f146a56f246e9492dc3 100644
|
| --- a/chrome/browser/chromeos/login/session/user_session_manager.h
|
| +++ b/chrome/browser/chromeos/login/session/user_session_manager.h
|
| @@ -115,10 +115,6 @@ 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();
|
|
|