Index: trunk/src/content/common/socket_stream_dispatcher.h |
=================================================================== |
--- trunk/src/content/common/socket_stream_dispatcher.h (revision 196854) |
+++ trunk/src/content/common/socket_stream_dispatcher.h (working copy) |
@@ -43,7 +43,6 @@ |
void OnSentData(int socket_id, int amount_sent); |
void OnReceivedData(int socket_id, const std::vector<char>& data); |
void OnClosed(int socket_id); |
- void OnFailed(int socket_id, int error_code); |
DISALLOW_COPY_AND_ASSIGN(SocketStreamDispatcher); |
}; |