| Index: chrome/browser/chromeos/login/signed_settings.cc
|
| diff --git a/chrome/browser/chromeos/login/signed_settings.cc b/chrome/browser/chromeos/login/signed_settings.cc
|
| index 8b579ced2042b07093a82f04d797ec926599e2e0..9f563918a3a40d956e82507233c7217701d06185 100644
|
| --- a/chrome/browser/chromeos/login/signed_settings.cc
|
| +++ b/chrome/browser/chromeos/login/signed_settings.cc
|
| @@ -334,7 +334,6 @@ CheckWhitelistOp::CheckWhitelistOp(const std::string& email,
|
| CheckWhitelistOp::~CheckWhitelistOp() {}
|
|
|
| void CheckWhitelistOp::Execute() {
|
| - CHECK(chromeos::CrosLibrary::Get()->EnsureLoaded());
|
| std::vector<uint8> sig;
|
| std::string email_to_check = email_;
|
| if (!service_->has_cached_policy()) {
|
| @@ -655,7 +654,6 @@ RetrievePropertyOp::RetrievePropertyOp(const std::string& name,
|
| RetrievePropertyOp::~RetrievePropertyOp() {}
|
|
|
| void RetrievePropertyOp::Execute() {
|
| - CHECK(chromeos::CrosLibrary::Get()->EnsureLoaded());
|
| // TODO(dilmah): Fix the race:
|
| // At the moment when device becomes owned there is lapse of time after
|
| // device has been owned and before temp_storage settings are finally
|
|
|