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

Unified Diff: chromeos/cryptohome/mock_homedir_methods.h

Issue 2827203002: cros: Mount the existing eCryptfs vault to start migration. (Closed)
Patch Set: Created 3 years, 8 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/homedir_methods.cc ('k') | chromeos/dbus/cryptohome_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/cryptohome/mock_homedir_methods.h
diff --git a/chromeos/cryptohome/mock_homedir_methods.h b/chromeos/cryptohome/mock_homedir_methods.h
index 48cb465e0b550a9ee5f18cd4d847e1199dce9a33..023c9f3f2e25180f9f10eb76dc4be1a4d86018ad 100644
--- a/chromeos/cryptohome/mock_homedir_methods.h
+++ b/chromeos/cryptohome/mock_homedir_methods.h
@@ -58,9 +58,8 @@ class CHROMEOS_EXPORT MockHomedirMethods : public HomedirMethods {
MOCK_METHOD2(GetAccountDiskUsage,
void(const Identification& id,
const GetAccountDiskUsageCallback& callback));
- MOCK_METHOD3(MigrateToDircrypto,
+ MOCK_METHOD2(MigrateToDircrypto,
void(const Identification& id,
- const Authorization& auth,
const DBusResultCallback& callback));
void set_mount_callback(const base::Closure& callback) {
« no previous file with comments | « chromeos/cryptohome/homedir_methods.cc ('k') | chromeos/dbus/cryptohome_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698