Index: remoting/client/client_config.h |
=================================================================== |
--- remoting/client/client_config.h (revision 139575) |
+++ remoting/client/client_config.h (working copy) |
@@ -23,6 +23,7 @@ |
std::string host_public_key; |
std::string shared_secret; |
+ bool use_v1_authenticator; |
std::vector<protocol::AuthenticationMethod> authentication_methods; |
std::string authentication_tag; |
}; |