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

Unified Diff: remoting/client/chromoting_view.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/client/chromoting_client.cc ('k') | remoting/client/plugin/pepper_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/chromoting_view.h
===================================================================
--- remoting/client/chromoting_view.h (revision 57114)
+++ remoting/client/chromoting_view.h (working copy)
@@ -9,7 +9,7 @@
namespace remoting {
-class ChromotingHostMessage;
+class HostMessage;
// ChromotingView defines the behavior of an object that draws a view of the
// remote desktop. Its main function is to choose the right decoder and render
@@ -47,13 +47,13 @@
virtual void SetHostScreenSize(int width, int height) = 0;
// Handle the BeginUpdateStream message.
- virtual void HandleBeginUpdateStream(ChromotingHostMessage* msg) = 0;
+ virtual void HandleBeginUpdateStream(HostMessage* msg) = 0;
// Handle the UpdateStreamPacket message.
- virtual void HandleUpdateStreamPacket(ChromotingHostMessage* msg) = 0;
+ virtual void HandleUpdateStreamPacket(HostMessage* msg) = 0;
// Handle the EndUpdateStream message.
- virtual void HandleEndUpdateStream(ChromotingHostMessage* msg) = 0;
+ virtual void HandleEndUpdateStream(HostMessage* msg) = 0;
};
} // namespace remoting
« no previous file with comments | « remoting/client/chromoting_client.cc ('k') | remoting/client/plugin/pepper_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698