Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(534)

Unified Diff: chrome/browser/chromeos/login/login_utils.cc

Issue 6538098: [Chrome OS] Owner keys are generated outside Chrome now; handle appropriately (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()) {
« no previous file with comments | « chrome/browser/chromeos/cros/mock_login_library.h ('k') | chrome/browser/chromeos/login/mock_owner_key_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698