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

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

Issue 10703162: chromeos: Remove CryptohomeLibrary::TpmGetPassword and TpmIsReady (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More localized variables Created 8 years, 5 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/browser/browser_resources.grd ('k') | chrome/browser/chromeos/cros/cryptohome_library.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/cryptohome_library.h
diff --git a/chrome/browser/chromeos/cros/cryptohome_library.h b/chrome/browser/chromeos/cros/cryptohome_library.h
index aef26d2710685cbf41435d557cdf93d265515415..35cfe526968ee57e6c53d2b39dbaa98e0d609c8d 100644
--- a/chrome/browser/chromeos/cros/cryptohome_library.h
+++ b/chrome/browser/chromeos/cros/cryptohome_library.h
@@ -21,9 +21,6 @@ class CryptohomeLibrary {
// Wrappers of the functions for working with Tpm.
- // Returns whether Tpm is ready.
- virtual bool TpmIsReady() = 0;
-
// Returns whether Tpm is presented and enabled.
virtual bool TpmIsEnabled() = 0;
@@ -33,10 +30,6 @@ class CryptohomeLibrary {
// Returns whether device is being owned (Tpm password is generating).
virtual bool TpmIsBeingOwned() = 0;
- // Returns Tpm password (if password was cleared empty one is returned).
- // Return value is true if password was successfully acquired.
- virtual bool TpmGetPassword(std::string* password) = 0;
-
// Attempts to start owning (if device isn't owned and isn't being owned).
virtual void TpmCanAttemptOwnership() = 0;
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/chromeos/cros/cryptohome_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698