| Index: chrome/browser/chromeos/login/session/restore_after_crash_session_manager_delegate.cc
|
| diff --git a/chrome/browser/chromeos/login/session/restore_after_crash_session_manager_delegate.cc b/chrome/browser/chromeos/login/session/restore_after_crash_session_manager_delegate.cc
|
| index 8429c93f7ede1352fe49d8467457377ec56950bb..2f028274b931e697cbb2ef6f0f93462dd182c531 100644
|
| --- a/chrome/browser/chromeos/login/session/restore_after_crash_session_manager_delegate.cc
|
| +++ b/chrome/browser/chromeos/login/session/restore_after_crash_session_manager_delegate.cc
|
| @@ -49,7 +49,7 @@ void RestoreAfterCrashSessionManagerDelegate::Start() {
|
| user_session_mgr->InitRlz(profile());
|
| user_session_mgr->InitializeCerts(profile());
|
| user_session_mgr->InitializeCRLSetFetcher(user);
|
| - user_session_mgr->InitializeEVCertificatesWhitelistComponent(user);
|
| + user_session_mgr->InitializeCertificateTransparencyComponents(user);
|
|
|
| // Send the PROFILE_PREPARED notification and call SessionStarted()
|
| // so that the Launcher and other Profile dependent classes are created.
|
|
|