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

Unified Diff: remoting/host/client_connection.h

Issue 3013015: Initial pass at integrating Differ into the chromoting host code.... (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/chromoting_host.cc ('k') | remoting/host/differ.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 55264)
+++ remoting/host/client_connection.h (working copy)
@@ -125,7 +125,7 @@
// Process a data buffer received from libjingle.
void PacketReceivedTask(scoped_refptr<media::DataBuffer> data);
- // The libjingle channel used to send and receive data from the remote viewer.
+ // The libjingle channel used to send and receive data from the remote client.
scoped_refptr<JingleChannel> channel_;
// The message loop that this object runs on.
« no previous file with comments | « remoting/host/chromoting_host.cc ('k') | remoting/host/differ.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698