Index: content/common/socket_stream_dispatcher.h |
diff --git a/content/common/socket_stream_dispatcher.h b/content/common/socket_stream_dispatcher.h |
index 10d86800995d6c9eefe8ad71d63abfe8e6b382cc..1085f45d565813ab99be598d37653b234ce60307 100644 |
--- a/content/common/socket_stream_dispatcher.h |
+++ b/content/common/socket_stream_dispatcher.h |
@@ -41,6 +41,7 @@ class SocketStreamDispatcher : public IPC::Channel::Listener { |
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); |
}; |