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

Unified Diff: remoting/host/session_manager.cc

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 | « remoting/host/event_executor_win.cc ('k') | remoting/host/session_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/session_manager.cc
===================================================================
--- remoting/host/session_manager.cc (revision 57713)
+++ remoting/host/session_manager.cc (working copy)
@@ -324,6 +324,7 @@
DCHECK_EQ(network_loop_, MessageLoop::current());
// Create a data buffer in wire format from |message|.
+ // Note that this takes ownership of |message|.
scoped_refptr<media::DataBuffer> data =
ClientConnection::CreateWireFormatDataBuffer(message);
« no previous file with comments | « remoting/host/event_executor_win.cc ('k') | remoting/host/session_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698