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

Unified Diff: chromeos/cryptohome/mock_homedir_methods.cc

Issue 224343003: Enable supervised users password sync/import on ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update tests Created 6 years, 9 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/mock_homedir_methods.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/cryptohome/mock_homedir_methods.cc
diff --git a/chromeos/cryptohome/mock_homedir_methods.cc b/chromeos/cryptohome/mock_homedir_methods.cc
index 9e6cdabb222e53b20eef080cedde84bff5302a35..0cb4a387bc30838bce3cc57cee66a047767ba398 100644
--- a/chromeos/cryptohome/mock_homedir_methods.cc
+++ b/chromeos/cryptohome/mock_homedir_methods.cc
@@ -28,6 +28,8 @@ void MockHomedirMethods::SetUp(bool success, MountError return_code) {
WithArgs<4>(Invoke(this, &MockHomedirMethods::DoCallback)));
ON_CALL(*this, UpdateKeyEx(_, _, _, _, _)).WillByDefault(
WithArgs<4>(Invoke(this, &MockHomedirMethods::DoCallback)));
+ ON_CALL(*this, RemoveKeyEx(_, _, _, _)).WillByDefault(
+ WithArgs<3>(Invoke(this, &MockHomedirMethods::DoCallback)));
}
void MockHomedirMethods::DoCallback(const Callback& callback) {
« no previous file with comments | « chromeos/cryptohome/mock_homedir_methods.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698