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

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

Issue 3141036: Revert 57112 - Rename (Host|Client)Message to Chromoting(Host|Client)Message.... (Closed) Base URL: svn://svn.chromium.org/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/encoder_zlib.cc ('k') | remoting/base/protocol_decoder.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 57114)
+++ remoting/base/protocol/chromotocol.proto (working copy)
@@ -98,7 +98,7 @@
// Defines the message that is sent from the host to the client.
// Only one of these messages should be present.
// NEXT ID: 5
-message ChromotingHostMessage {
+message HostMessage {
optional InitClientMessage init_client= 1;
optional BeginUpdateStreamMessage begin_update_stream = 2;
optional EndUpdateStreamMessage end_update_stream = 3;
@@ -161,7 +161,7 @@
// Defines the message that is sent from the client to the host.
// Only one of these messages should be present.
// NEXT ID: 7
-message ChromotingClientMessage {
+message ClientMessage {
optional KeyEvent key_event = 1;
optional MouseSetPositionEvent mouse_set_position_event = 2;
optional MouseMoveEvent mouse_move_event = 3;
« no previous file with comments | « remoting/base/encoder_zlib.cc ('k') | remoting/base/protocol_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698