| Index: components/proximity_auth/proximity_auth_client.h
|
| diff --git a/components/proximity_auth/proximity_auth_client.h b/components/proximity_auth/proximity_auth_client.h
|
| index 807f16343a85f7e4e08e9937ba524d5ea834d374..ac87647695db57ed61035d6cbc297ebe8f39fe8a 100644
|
| --- a/components/proximity_auth/proximity_auth_client.h
|
| +++ b/components/proximity_auth/proximity_auth_client.h
|
| @@ -79,6 +79,8 @@ class ProximityAuthClient {
|
| GetCryptAuthEnrollmentManager() = 0;
|
|
|
| virtual cryptauth::CryptAuthDeviceManager* GetCryptAuthDeviceManager() = 0;
|
| +
|
| + virtual std::string GetLocalDevicePublicKey() = 0;
|
| };
|
|
|
| } // namespace proximity_auth
|
|
|