| Index: components/proximity_auth/mock_proximity_auth_client.h
|
| diff --git a/components/proximity_auth/mock_proximity_auth_client.h b/components/proximity_auth/mock_proximity_auth_client.h
|
| index 97c84392147c48a6ba7d797f63f05d6d030dcc70..de6e7dc9f813dc1fd83d64e6cbd9c714466c31e7 100644
|
| --- a/components/proximity_auth/mock_proximity_auth_client.h
|
| +++ b/components/proximity_auth/mock_proximity_auth_client.h
|
| @@ -47,6 +47,7 @@ class MockProximityAuthClient : public ProximityAuthClient {
|
| CreateSecureMessageDelegate() override;
|
| std::unique_ptr<cryptauth::CryptAuthClientFactory>
|
| CreateCryptAuthClientFactory() override;
|
| + MOCK_METHOD0(GetLocalDevicePublicKey, std::string(void));
|
|
|
| // Proxy mock methods because implementation requires returning scoped_ptr.
|
| MOCK_METHOD0(CreateSecureMessageDelegatePtr,
|
|
|