| 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 a560184fb637ee9470f16adc22f7420f10f81743..5972dce8c8b781f2f901f937c77e943bd5bc6496 100644
|
| --- a/chrome/browser/chromeos/login/session/user_session_manager.h
|
| +++ b/chrome/browser/chromeos/login/session/user_session_manager.h
|
| @@ -107,10 +107,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();
|
|
|