Index: chrome/browser/chromeos/login/parallel_authenticator.cc |
diff --git a/chrome/browser/chromeos/login/parallel_authenticator.cc b/chrome/browser/chromeos/login/parallel_authenticator.cc |
index d4dbf316cbfec4889aa3b4ec69796d7b76d87caa..08a730fd52ac645e20cd4b1550423138a8230149 100644 |
--- a/chrome/browser/chromeos/login/parallel_authenticator.cc |
+++ b/chrome/browser/chromeos/login/parallel_authenticator.cc |
@@ -473,8 +473,6 @@ bool ParallelAuthenticator::VerifyOwner() { |
owner_is_verified_ = true; |
return true; |
} |
- // First we have to make sure the current user's cert store is available. |
- CrosLibrary::Get()->GetCertLibrary()->LoadKeyStore(); |
// Now we can continue reading the private key. |
DeviceSettingsService::Get()->SetUsername( |
current_state_->user_context.username); |