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

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

Issue 8761016: Shaving parallel authenticator yak to remove unnecessary dependency on this class from OAuth spec... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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/chromeos/cros/cryptohome_library.cc ('k') | chrome/browser/chromeos/login/authenticator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/mock_cryptohome_library.h
===================================================================
--- chrome/browser/chromeos/cros/mock_cryptohome_library.h (revision 112673)
+++ chrome/browser/chromeos/cros/mock_cryptohome_library.h (working copy)
@@ -39,7 +39,8 @@
MOCK_METHOD1(AsyncMountForBwsi, bool(Delegate* callback));
MOCK_METHOD2(AsyncRemove, bool(const std::string& user_email, Delegate* d));
MOCK_METHOD0(IsMounted, bool(void));
- MOCK_METHOD0(GetSystemSalt, CryptohomeBlob(void));
+ MOCK_METHOD1(HashPassword, std::string(const std::string& password));
+ MOCK_METHOD0(GetSystemSalt, std::string(void));
MOCK_METHOD2(AsyncSetOwnerUser, bool(const std::string&, Delegate* callback));
MOCK_METHOD0(TpmIsReady, bool(void));
« no previous file with comments | « chrome/browser/chromeos/cros/cryptohome_library.cc ('k') | chrome/browser/chromeos/login/authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698