summaryrefslogtreecommitdiffstats
path: root/chromeos/cryptohome/system_salt_getter.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/cryptohome/system_salt_getter.h')
-rw-r--r--chromeos/cryptohome/system_salt_getter.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chromeos/cryptohome/system_salt_getter.h b/chromeos/cryptohome/system_salt_getter.h
index a47b617..1e4cf81 100644
--- a/chromeos/cryptohome/system_salt_getter.h
+++ b/chromeos/cryptohome/system_salt_getter.h
@@ -40,11 +40,6 @@ class CHROMEOS_EXPORT SystemSaltGetter {
// DEPRECATED: DO NOT USE.
std::string GetSystemSaltSync();
- // Returns system hash in hex encoded ascii format, cached by a prior call
- // to GetSystemSalt(). Note: this may return an empty string (e.g. if
- // GetSystemSalt() is not yet called).
- std::string GetCachedSystemSalt();
-
protected:
SystemSaltGetter();
~SystemSaltGetter();