Index: remoting/client/client_config.h |
diff --git a/remoting/client/client_config.h b/remoting/client/client_config.h |
index 9b954d120db9adb731789f9e4ba1be55e9906a2d..35f728609415559631d6b2dfafb54deec9e1f9cf 100644 |
--- a/remoting/client/client_config.h |
+++ b/remoting/client/client_config.h |
@@ -27,6 +27,9 @@ struct ClientConfig { |
std::vector<protocol::AuthenticationMethod> authentication_methods; |
std::string authentication_tag; |
+ |
+ // The set of all capabilities supported by the webapp. |
+ std::string capabilities; |
}; |
} // namespace remoting |