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

Unified Diff: chromeos/cryptohome/mock_homedir_methods.h

Issue 1693383003: ChromeOS cryptohome should be able to use gaia id as user identifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing files. Created 4 years, 10 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
Index: chromeos/cryptohome/mock_homedir_methods.h
diff --git a/chromeos/cryptohome/mock_homedir_methods.h b/chromeos/cryptohome/mock_homedir_methods.h
index 81a82a2b903d46d8a30b89c6702234c9d3856446..b2e5e8a3a1d0f5e4c495d71cfce56dbb8df8099e 100644
--- a/chromeos/cryptohome/mock_homedir_methods.h
+++ b/chromeos/cryptohome/mock_homedir_methods.h
@@ -51,6 +51,10 @@ class CHROMEOS_EXPORT MockHomedirMethods : public HomedirMethods {
const KeyDefinition& key,
const std::string& signature,
const Callback& callback));
+ MOCK_METHOD3(RenameCryptohome,
+ void(const Identification& id_from,
+ const Identification& id_to,
+ const Callback& callback));
private:
bool success_;

Powered by Google App Engine
This is Rietveld 408576698