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

Unified Diff: chrome/browser/chromeos/cros/cryptohome_library.cc

Issue 2820006: Use GetSystemSalt from the cryptohome lib instead of reading salt off disk. (Closed)
Patch Set: Created 10 years, 6 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/cros/cryptohome_library.cc
diff --git a/chrome/browser/chromeos/cros/cryptohome_library.cc b/chrome/browser/chromeos/cros/cryptohome_library.cc
index 19d5f659368597167e66f3d1643351565ff205b2..5d0353089d2ce1a5f69bf2a94bdff718989714b9 100644
--- a/chrome/browser/chromeos/cros/cryptohome_library.cc
+++ b/chrome/browser/chromeos/cros/cryptohome_library.cc
@@ -23,4 +23,8 @@ bool CryptohomeLibraryImpl::IsMounted() {
return chromeos::CryptohomeIsMounted();
}
+CryptohomeBlob CryptohomeLibraryImpl::GetSystemSalt() {
+ return chromeos::CryptohomeGetSystemSalt();
+}
+
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698