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

Unified Diff: remoting/proto/control.proto

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: Fix Clang 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
« no previous file with comments | « remoting/host/ipc_desktop_environment_unittest.cc ('k') | remoting/proto/internal.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/control.proto
diff --git a/remoting/proto/control.proto b/remoting/proto/control.proto
index e1c29ce3a01d7bf6c5c785e5e88840c106c81c72..88eda00f68fd8c9c0e5d93dd45436d8847417cbc 100644
--- a/remoting/proto/control.proto
+++ b/remoting/proto/control.proto
@@ -47,3 +47,9 @@ message CursorShapeInfo {
// Cursor pixmap data in 32-bit BGRA format.
optional bytes data = 5;
}
+
+message Capabilities {
+ // List of capabilities supported by the sender (case sensitive, capabilities
+ // are separated by spaces).
+ optional string capabilities = 1;
+}
« no previous file with comments | « remoting/host/ipc_desktop_environment_unittest.cc ('k') | remoting/proto/internal.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698