Index: chromeos/dbus/fake_cryptohome_client.h |
diff --git a/chromeos/dbus/fake_cryptohome_client.h b/chromeos/dbus/fake_cryptohome_client.h |
index eac6f0a25b63b9a3d857b92e51b794c47d6fff52..68f1e86effcf68223f1be845238b4298df0a7861 100644 |
--- a/chromeos/dbus/fake_cryptohome_client.h |
+++ b/chromeos/dbus/fake_cryptohome_client.h |
@@ -160,6 +160,11 @@ class CHROMEOS_EXPORT FakeCryptohomeClient : public CryptohomeClient { |
const std::string& user_id, |
const std::string& key_prefix, |
const BoolDBusMethodCallback& callback) OVERRIDE; |
+ virtual void GetKeyDataEx( |
+ const cryptohome::AccountIdentifier& id, |
+ const cryptohome::AuthorizationRequest& auth, |
+ const cryptohome::GetKeyDataRequest& request, |
+ const ProtobufMethodCallback& callback) OVERRIDE; |
virtual void CheckKeyEx( |
const cryptohome::AccountIdentifier& id, |
const cryptohome::AuthorizationRequest& auth, |