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

Unified Diff: remoting/host/client_connection.h

Issue 3187021: Mouse support for chromoting host. (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 | « no previous file | remoting/host/event_executor_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/client_connection.h
===================================================================
--- remoting/host/client_connection.h (revision 57713)
+++ remoting/host/client_connection.h (working copy)
@@ -57,8 +57,8 @@
// a libjingle channel, these events are delegated to |handler|.
// It is guranteed that |handler| is called only on the |message_loop|.
ClientConnection(MessageLoop* message_loop,
- ProtocolDecoder* decoder,
- EventHandler* handler);
+ ProtocolDecoder* decoder,
+ EventHandler* handler);
virtual ~ClientConnection();
« no previous file with comments | « no previous file | remoting/host/event_executor_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698