Index: remoting/client/client_config.h |
diff --git a/remoting/client/client_config.h b/remoting/client/client_config.h |
index a7e87e995215be349cef2b814f69a933beca5d67..9b954d120db9adb731789f9e4ba1be55e9906a2d 100644 |
--- a/remoting/client/client_config.h |
+++ b/remoting/client/client_config.h |
@@ -24,6 +24,7 @@ struct ClientConfig { |
std::string host_public_key; |
protocol::FetchSecretCallback fetch_secret_callback; |
+ |
std::vector<protocol::AuthenticationMethod> authentication_methods; |
std::string authentication_tag; |
}; |