| Index: net/websockets/websocket_channel.h
|
| diff --git a/net/websockets/websocket_channel.h b/net/websockets/websocket_channel.h
|
| index 61f191af97839b03fdc0c4cd3949cba92aef793a..721f71cf606425ef4a7ee7c276e21d294c3bd30f 100644
|
| --- a/net/websockets/websocket_channel.h
|
| +++ b/net/websockets/websocket_channel.h
|
| @@ -153,7 +153,7 @@ class NET_EXPORT WebSocketChannel {
|
|
|
| // Failure callback from WebSocketStream::CreateAndConnectStream(). Reports
|
| // failure to the event interface. May delete |this|.
|
| - void OnConnectFailure(uint16 websocket_error);
|
| + void OnConnectFailure(const std::string& message);
|
|
|
| // Returns true if state_ is SEND_CLOSED, CLOSE_WAIT or CLOSED.
|
| bool InClosingState() const;
|
|
|