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

Unified Diff: chromeos/dbus/fake_cryptohome_client.h

Issue 2808423002: cros: Show dircryto migration banner (Closed)
Patch Set: update banner text 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
Index: chromeos/dbus/fake_cryptohome_client.h
diff --git a/chromeos/dbus/fake_cryptohome_client.h b/chromeos/dbus/fake_cryptohome_client.h
index 0cf31deab36cf5e007e420e398c8053ec81a5f3f..bfbf237af1ed9b9731942d3b5700085cde6c1920 100644
--- a/chromeos/dbus/fake_cryptohome_client.h
+++ b/chromeos/dbus/fake_cryptohome_client.h
@@ -207,6 +207,8 @@ class CHROMEOS_EXPORT FakeCryptohomeClient : public CryptohomeClient {
void SetFirmwareManagementParametersInTpm(
const cryptohome::SetFirmwareManagementParametersRequest& request,
const ProtobufMethodCallback& callback) override;
+ void NeedsDircryptoMigration(const cryptohome::Identification& cryptohome_id,
+ const BoolDBusMethodCallback& callback) override;
// Changes the behavior of WaitForServiceToBeAvailable(). This method runs
// pending callbacks if is_available is true.

Powered by Google App Engine
This is Rietveld 408576698