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

Unified Diff: chromeos/dbus/cryptohome_client.h

Issue 2808423002: cros: Show dircryto migration banner (Closed)
Patch Set: add a test, fix nits 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 | « chrome/test/BUILD.gn ('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 3d0480a9df51fa4134974ff4bb202aeaba349fc5..b306d1f2663426cd57c7488c08844d9935c0ed37 100644
--- a/chromeos/dbus/cryptohome_client.h
+++ b/chromeos/dbus/cryptohome_client.h
@@ -594,6 +594,12 @@ class CHROMEOS_EXPORT CryptohomeClient : public DBusClient {
const cryptohome::SetFirmwareManagementParametersRequest& request,
const ProtobufMethodCallback& callback) = 0;
+ // Calls NeedsDircryptoMigration to find out whether the given user needs
+ // dircrypto migration.
+ virtual void NeedsDircryptoMigration(
+ const cryptohome::Identification& cryptohome_id,
+ const BoolDBusMethodCallback& callback) = 0;
+
protected:
// Create() should be used instead.
CryptohomeClient();
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chromeos/dbus/cryptohome_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698