| Index: chrome/browser/chromeos/login/login_utils.cc
|
| diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
|
| index a2544c8779dd7ce64cb9b01b290332e712ec08fa..8ff20e70209a67157845dfa6f7f60135eb2404b3 100644
|
| --- a/chrome/browser/chromeos/login/login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils.cc
|
| @@ -298,9 +298,6 @@ void LoginUtilsImpl::CompleteLogin(
|
| true);
|
| btl->AddLoginTimeMarker("SyncStarted", false);
|
|
|
| - // Attempt to take ownership; this will fail if device is already owned.
|
| - OwnershipService::GetSharedInstance()->StartTakeOwnershipAttempt(
|
| - UserManager::Get()->logged_in_user().email());
|
| // Own TPM device if, for any reason, it has not been done in EULA
|
| // wizard screen.
|
| if (CrosLibrary::Get()->EnsureLoaded()) {
|
|
|