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

Unified Diff: chromeos/cryptohome/system_salt_getter.h

Issue 39443002: settings: Add async system salt retrieval logic in DeviceOAuth2TokenServiceFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 2 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/chrome_tests_unit.gypi ('k') | chromeos/cryptohome/system_salt_getter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/cryptohome/system_salt_getter.h
diff --git a/chromeos/cryptohome/system_salt_getter.h b/chromeos/cryptohome/system_salt_getter.h
index a47b617bcf8e386ef0ffde0a9f287359875ca73e..1e4cf8105ee1d75766bf51c8d405e0f23f509040 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();
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/cryptohome/system_salt_getter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698