| 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 b319c2b124b9b542603236091bdecb8012c27b7f..7289ca27a34171ccce5f7723abf484da8d605b97 100644
|
| --- a/chrome/browser/chromeos/login/session/user_session_manager.h
|
| +++ b/chrome/browser/chromeos/login/session/user_session_manager.h
|
| @@ -121,10 +121,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();
|
|
|