| 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 d4d598feb833b5e7c31af76bed6f132f9ac50d15..26a3a9d6e92670fa9cc540bc786578468fe4cd6e 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) {
|
|
|