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

Unified Diff: chromeos/dbus/mock_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 | « chromeos/dbus/fake_cryptohome_client.cc ('k') | ui/login/account_picker/screen_account_picker.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/mock_cryptohome_client.h
diff --git a/chromeos/dbus/mock_cryptohome_client.h b/chromeos/dbus/mock_cryptohome_client.h
index e624879419813f33565ebad7d9b2829e67c55019..4b4dde46ef14d45ccd9b111f9e9b01d821f3fdf4 100644
--- a/chromeos/dbus/mock_cryptohome_client.h
+++ b/chromeos/dbus/mock_cryptohome_client.h
@@ -236,6 +236,9 @@ class MockCryptohomeClient : public CryptohomeClient {
SetFirmwareManagementParametersInTpm,
void(const cryptohome::SetFirmwareManagementParametersRequest& request,
const ProtobufMethodCallback& callback));
+ MOCK_METHOD2(NeedsDircryptoMigration,
+ void(const cryptohome::Identification& cryptohome_id,
+ const BoolDBusMethodCallback& callback));
};
} // namespace chromeos
« no previous file with comments | « chromeos/dbus/fake_cryptohome_client.cc ('k') | ui/login/account_picker/screen_account_picker.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698