Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: remoting/client/client_config.h

Issue 13932020: Set the initial resolution of an RDP session to the client screen resolution if it is available. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed remoting_unittests Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698