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

Unified Diff: remoting/protocol/rtp_writer.h

Issue 7633009: Use MessageLoopProxy for network message loop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 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/protocol/rtp_video_writer_unittest.cc ('k') | remoting/protocol/rtp_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/rtp_writer.h
diff --git a/remoting/protocol/rtp_writer.h b/remoting/protocol/rtp_writer.h
index dbf5bdd6a827696e9407a8bcc3b057ddba719a32..8ce626b2f6e629cb67cf3f4765600e30f35808e3 100644
--- a/remoting/protocol/rtp_writer.h
+++ b/remoting/protocol/rtp_writer.h
@@ -17,7 +17,7 @@ namespace protocol {
class RtpWriter {
public:
- RtpWriter();
+ RtpWriter(base::MessageLoopProxy* message_loop);
virtual ~RtpWriter();
// Initializes the writer. Must be called on the thread the socket
« no previous file with comments | « remoting/protocol/rtp_video_writer_unittest.cc ('k') | remoting/protocol/rtp_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698