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

Unified Diff: remoting/proto/internal.proto

Issue 10223019: Add ClientDimensions message to control channel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing HostMockStub method. Created 8 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 56ecc8f3a240af84943e8888c0a1f0a3ae6c5997..b5c77a6900982ccc679a9f173d1bb6aca12a8f6e 100644
--- a/remoting/proto/internal.proto
+++ b/remoting/proto/internal.proto
@@ -17,6 +17,7 @@ package remoting.protocol;
// Represents a message being sent on the control channel.
message ControlMessage {
optional ClipboardEvent clipboard_event = 1;
+ optional ClientDimensions client_dimensions = 2;
}
// 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