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

Unified Diff: chromeos/cryptohome/mock_cryptohome_library.h

Issue 24869003: cryptohome: Move stateless wrapper functions out of CryptohomeLibrary (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 3 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 | « chromeos/cryptohome/cryptohome_library.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/cryptohome/mock_cryptohome_library.h
diff --git a/chromeos/cryptohome/mock_cryptohome_library.h b/chromeos/cryptohome/mock_cryptohome_library.h
index 69c177e37eef4dc662f61f89f82603a7b4c8210e..5a08ac0a9a5e1ab02d1bfd25fb4c28b11ede9c21 100644
--- a/chromeos/cryptohome/mock_cryptohome_library.h
+++ b/chromeos/cryptohome/mock_cryptohome_library.h
@@ -23,19 +23,6 @@ class MockCryptohomeLibrary : public CryptohomeLibrary {
virtual ~MockCryptohomeLibrary();
MOCK_METHOD0(GetSystemSalt, std::string(void));
- MOCK_METHOD0(TpmIsReady, bool(void));
- MOCK_METHOD0(TpmIsEnabled, bool(void));
- MOCK_METHOD0(TpmIsOwned, bool(void));
- MOCK_METHOD0(TpmIsBeingOwned, bool(void));
-
- MOCK_METHOD2(InstallAttributesGet, bool(const std::string&, std::string*));
- MOCK_METHOD2(InstallAttributesSet, bool(const std::string&,
- const std::string&));
- MOCK_METHOD0(InstallAttributesFinalize, bool(void));
- MOCK_METHOD0(InstallAttributesIsReady, bool(void));
- MOCK_METHOD0(InstallAttributesIsInvalid, bool(void));
- MOCK_METHOD0(InstallAttributesIsFirstInstall, bool(void));
-
MOCK_METHOD1(EncryptWithSystemSalt, std::string(const std::string&));
MOCK_METHOD1(DecryptWithSystemSalt, std::string(const std::string&));
« no previous file with comments | « chromeos/cryptohome/cryptohome_library.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698