| Index: content/common/socket_stream_dispatcher.h
|
| diff --git a/content/common/socket_stream_dispatcher.h b/content/common/socket_stream_dispatcher.h
|
| index 2a67f7373c09c7a0c72dd68b266e0749d61915ea..b6196233160d64e5b1c156515de11cda732a2047 100644
|
| --- a/content/common/socket_stream_dispatcher.h
|
| +++ b/content/common/socket_stream_dispatcher.h
|
| @@ -43,6 +43,7 @@ class SocketStreamDispatcher : public IPC::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);
|
| };
|
|
|