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

Unified Diff: chrome/browser/chromeos/login/parallel_authenticator.h

Issue 14179007: Move cryptohome_library to src/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/parallel_authenticator.h
diff --git a/chrome/browser/chromeos/login/parallel_authenticator.h b/chrome/browser/chromeos/login/parallel_authenticator.h
index 8846928cc104bd620ab9c8f9a2aa3647f398c8b6..cf577f312c3a4808b3eda61760d99cd59f02702a 100644
--- a/chrome/browser/chromeos/login/parallel_authenticator.h
+++ b/chrome/browser/chromeos/login/parallel_authenticator.h
@@ -220,12 +220,6 @@ class ParallelAuthenticator : public Authenticator,
// Used for testing to set the expected state of an owner check.
void SetOwnerState(bool owner_check_finished, bool check_result);
- // If we don't have the system salt yet, loads it from the CryptohomeLibrary.
- void LoadSystemSalt();
- // If we don't have supplemental_user_key_ yet, loads it from the NSS DB.
- // Returns false if the key can not be loaded/created.
- bool LoadSupplementalUserKey();
-
// checks if the current mounted home contains the owner case and either
// continues or fails the log-in. Used for policy lost mitigation "safe-mode".
// Returns true if the owner check has been successful or if it is not needed.

Powered by Google App Engine
This is Rietveld 408576698