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

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

Issue 3278001: [Chrome OS] more of the ownership api (Closed)
Patch Set: fix MockLoginLibrary Created 10 years, 4 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
« no previous file with comments | « chrome/browser/chromeos/cros/mock_login_library.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/owner_key_utils.cc
diff --git a/chrome/browser/chromeos/login/owner_key_utils.cc b/chrome/browser/chromeos/login/owner_key_utils.cc
index a57f7c5601c70ab18bba018798757fcad7d6b057..157b8632dec8ed726177ea2905f96b41e8064932 100644
--- a/chrome/browser/chromeos/login/owner_key_utils.cc
+++ b/chrome/browser/chromeos/login/owner_key_utils.cc
@@ -123,7 +123,7 @@ bool OwnerKeyUtilsImpl::ExportPublicKeyViaDbus(
}
if (CrosLibrary::Get()->EnsureLoaded())
- ok = CrosLibrary::Get()->GetLoginLibrary()->SetOwnerKey(to_export, d);
+ ok = CrosLibrary::Get()->GetLoginLibrary()->SetOwnerKeyAsync(to_export, d);
return ok;
}
« no previous file with comments | « chrome/browser/chromeos/cros/mock_login_library.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698