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

Unified Diff: remoting/protocol/rtp_video_reader.cc

Issue 6277003: Simplified MessageReader and MessageDecoder classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 11 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_reader.h ('k') | remoting/protocol/socket_reader_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/rtp_video_reader.cc
diff --git a/remoting/protocol/rtp_video_reader.cc b/remoting/protocol/rtp_video_reader.cc
index d7e9e521e2d7e097aca4d0edfc30e79fea4de862..ad00a4a5e6e1c5fcd3d5a2cab764436531c2d6ea 100644
--- a/remoting/protocol/rtp_video_reader.cc
+++ b/remoting/protocol/rtp_video_reader.cc
@@ -36,10 +36,6 @@ void RtpVideoReader::Init(protocol::Session* session, VideoStub* video_stub) {
video_stub_ = video_stub;
}
-void RtpVideoReader::Close() {
- rtp_reader_.Close();
-}
-
void RtpVideoReader::ResetQueue() {
for (PacketsQueue::iterator it = packets_queue_.begin();
it != packets_queue_.end(); ++it) {
« no previous file with comments | « remoting/protocol/rtp_video_reader.h ('k') | remoting/protocol/socket_reader_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698