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

Unified Diff: chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc

Issue 12870010: Add device-level token entryption to CertLibrary. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Renamed methods per review comments. Created 7 years, 9 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 | « no previous file | chrome/browser/chromeos/cros/cert_library.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc
diff --git a/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc b/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc
index f0d9faeb6af5e0d37991ad3534510f195781e3a6..df3066dfdab616e2b158447be9cb95ea5d9be613 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc
+++ b/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc
@@ -125,7 +125,7 @@ void KioskAppLauncher::ReportLaunchResult(bool success) {
void KioskAppLauncher::StartMount() {
const std::string token =
- CrosLibrary::Get()->GetCertLibrary()->EncryptToken(app_id_);
+ CrosLibrary::Get()->GetCertLibrary()->EncryptWithUserKey(app_id_);
cryptohome::AsyncMethodCaller::GetInstance()->AsyncMount(
app_id_,
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/cert_library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698