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

Unified Diff: remoting/base/protocol/chromotocol.proto

Issue 3124005: Move UpdateStreamEncoding value into the BeginUpdateStreamMessage since we... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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/base/decoder_zlib.cc ('k') | remoting/client/chromoting_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/protocol/chromotocol.proto
===================================================================
--- remoting/base/protocol/chromotocol.proto (revision 57131)
+++ remoting/base/protocol/chromotocol.proto (working copy)
@@ -19,7 +19,7 @@
}
// A message to denote the beginning of an update stream. It will be followed
-// by 0 or more PartialUpdateStream messages and then a EndUpdateStream message.
+// by 0 or more UpdateStreamPacketMessages and then a EndUpdateStreamMessage.
// NEXT ID: 1
message BeginUpdateStreamMessage {
}
@@ -31,6 +31,7 @@
// Identifies how the image was encoded.
enum UpdateStreamEncoding {
+ EncodingInvalid = -1;
EncodingNone = 0;
EncodingZlib = 1;
}
@@ -159,7 +160,7 @@
}
// Defines the message that is sent from the client to the host.
-// Only one of these messages should be present.
+// Only one of the optional messages should be present.
// NEXT ID: 7
message ClientMessage {
optional KeyEvent key_event = 1;
« no previous file with comments | « remoting/base/decoder_zlib.cc ('k') | remoting/client/chromoting_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698