| 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 b32fd1a1916da2b13d21152d5fdfdd941ba1f9f2..aabda603c4e930fdffc64d44dbc8f6f2cfaca5a0 100644
|
| --- a/chrome/browser/chromeos/login/parallel_authenticator.cc
|
| +++ b/chrome/browser/chromeos/login/parallel_authenticator.cc
|
| @@ -99,7 +99,6 @@ ParallelAuthenticator::ParallelAuthenticator(LoginStatusConsumer* consumer)
|
| switches::kWebUILogin) &&
|
| !CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kSkipOAuthLogin)) {
|
| - CHECK(chromeos::CrosLibrary::Get()->EnsureLoaded());
|
| // If not already owned, this is a no-op. If it is, this loads the owner's
|
| // public key off of disk.
|
| OwnershipService::GetSharedInstance()->StartLoadOwnerKeyAttempt();
|
|
|