| Index: remoting/protocol/it2me_host_authenticator_factory.h
|
| diff --git a/remoting/protocol/it2me_host_authenticator_factory.h b/remoting/protocol/it2me_host_authenticator_factory.h
|
| index 6a1216462ec432d0b3e2248d6ad9e08524a615f2..02dfff3219b3e473d9ea3da82981e21184e7d952 100644
|
| --- a/remoting/protocol/it2me_host_authenticator_factory.h
|
| +++ b/remoting/protocol/it2me_host_authenticator_factory.h
|
| @@ -37,7 +37,7 @@ class It2MeHostAuthenticatorFactory : public AuthenticatorFactory {
|
| private:
|
| std::string local_cert_;
|
| scoped_refptr<RsaKeyPair> key_pair_;
|
| - std::string access_code_;
|
| + std::string access_code_hash_;
|
| std::string required_client_domain_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(It2MeHostAuthenticatorFactory);
|
|
|