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

Unified Diff: remoting/protocol/socket_reader_base.h

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.cc ('k') | remoting/protocol/socket_reader_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/socket_reader_base.h
diff --git a/remoting/protocol/socket_reader_base.h b/remoting/protocol/socket_reader_base.h
index 7dd3dee52f466b1ebb89ebb2bf926d156d98dc7b..5e366f89708b3185167f212bdfac19154dbf6f52 100644
--- a/remoting/protocol/socket_reader_base.h
+++ b/remoting/protocol/socket_reader_base.h
@@ -20,9 +20,6 @@ class SocketReaderBase {
SocketReaderBase();
virtual ~SocketReaderBase();
- // Stops reading. Must be called on the same thread as Init().
- void Close();
-
protected:
void Init(net::Socket* socket);
virtual void OnDataReceived(net::IOBuffer* buffer, int data_size) = 0;
« no previous file with comments | « remoting/protocol/rtp_video_reader.cc ('k') | remoting/protocol/socket_reader_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698