| Index: chrome/browser/chromeos/login/user_manager.cc
|
| diff --git a/chrome/browser/chromeos/login/user_manager.cc b/chrome/browser/chromeos/login/user_manager.cc
|
| index eb99e69ac1a90873dbc1e740d5493c4b717b876f..29294d53b85987000b591c8fdfb8b51a5f210eab 100644
|
| --- a/chrome/browser/chromeos/login/user_manager.cc
|
| +++ b/chrome/browser/chromeos/login/user_manager.cc
|
| @@ -129,10 +129,7 @@ class RemoveAttempt : public CryptohomeLibrary::Delegate {
|
| }
|
|
|
| void RemoveUserCryptohome() {
|
| - if (CrosLibrary::Get()->EnsureLoaded()) {
|
| - CrosLibrary::Get()->GetCryptohomeLibrary()->AsyncRemove(user_email_,
|
| - this);
|
| - }
|
| + CrosLibrary::Get()->GetCryptohomeLibrary()->AsyncRemove(user_email_, this);
|
| }
|
|
|
| void OnComplete(bool success, int return_code) {
|
|
|