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

Unified Diff: remoting/client/chromoting_client.h

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/protocol_decoder_unittest.cc ('k') | remoting/client/chromoting_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/chromoting_client.h
===================================================================
--- remoting/client/chromoting_client.h (revision 57114)
+++ remoting/client/chromoting_client.h (working copy)
@@ -65,10 +65,10 @@
void SetState(State s);
// Handles for chromotocol messages.
- void InitClient(ChromotingHostMessage* msg);
- void BeginUpdate(ChromotingHostMessage* msg);
- void HandleUpdate(ChromotingHostMessage* msg);
- void EndUpdate(ChromotingHostMessage* msg);
+ void InitClient(HostMessage* msg);
+ void BeginUpdate(HostMessage* msg);
+ void HandleUpdate(HostMessage* msg);
+ void EndUpdate(HostMessage* msg);
// The following are not owned by this class.
ClientConfig config_;
« no previous file with comments | « remoting/base/protocol_decoder_unittest.cc ('k') | remoting/client/chromoting_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698