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

Unified Diff: remoting/proto/internal.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/proto/control.proto ('k') | remoting/protocol/client_control_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/internal.proto
diff --git a/remoting/proto/internal.proto b/remoting/proto/internal.proto
index 21f32da340e00ae4d71540a8fafd6a378165f4c8..5775798efee155d3d22a70f452980295749c3256 100644
--- a/remoting/proto/internal.proto
+++ b/remoting/proto/internal.proto
@@ -21,6 +21,7 @@ message ControlMessage {
optional CursorShapeInfo cursor_shape = 4;
optional VideoControl video_control = 3;
optional AudioControl audio_control = 5;
+ optional Capabilities capabilities = 6;
}
// Defines an event message on the event channel.
« no previous file with comments | « remoting/proto/control.proto ('k') | remoting/protocol/client_control_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698