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

Unified Diff: chromeos/dbus/cryptohome_client.h

Issue 2818393002: cros: Mount the existing eCryptfs vault to start migration. (Closed)
Patch Set: Remove |auth| argumant from MigrateToDircrypto. 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/mock_homedir_methods.h ('k') | chromeos/dbus/cryptohome_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/cryptohome_client.h
diff --git a/chromeos/dbus/cryptohome_client.h b/chromeos/dbus/cryptohome_client.h
index b306d1f2663426cd57c7488c08844d9935c0ed37..f00f6e82e3931292a94c0f02a511eb516e8e6b5b 100644
--- a/chromeos/dbus/cryptohome_client.h
+++ b/chromeos/dbus/cryptohome_client.h
@@ -577,7 +577,6 @@ class CHROMEOS_EXPORT CryptohomeClient : public DBusClient {
// authorization to the new "dircrypto" encryption.
hashimoto 2017/04/17 07:01:12 nit: "using given authorization" is no longer rele
fukino 2017/04/17 07:05:15 Oops! Done.
virtual void MigrateToDircrypto(
const cryptohome::Identification& cryptohome_id,
- const cryptohome::AuthorizationRequest& auth,
const VoidDBusMethodCallback& callback) = 0;
// Asynchronously calls RemoveFirmwareManagementParameters method. |callback|
« no previous file with comments | « chromeos/cryptohome/mock_homedir_methods.h ('k') | chromeos/dbus/cryptohome_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698