| Index: content/browser/renderer_host/websocket_host.h
|
| diff --git a/content/browser/renderer_host/websocket_host.h b/content/browser/renderer_host/websocket_host.h
|
| index 06f82f710386c624ccaa518f17d22b1597bf21e6..4cbb47aa83694d85ba402586b49d838cfa7da5a4 100644
|
| --- a/content/browser/renderer_host/websocket_host.h
|
| +++ b/content/browser/renderer_host/websocket_host.h
|
| @@ -55,7 +55,7 @@ class CONTENT_EXPORT WebSocketHost {
|
|
|
| void OnFlowControl(int64 quota);
|
|
|
| - void OnDropChannel(uint16 code, const std::string& reason);
|
| + void OnDropChannel(bool fail, uint16 code, const std::string& reason);
|
|
|
| // The channel we use to send events to the network.
|
| scoped_ptr<net::WebSocketChannel> channel_;
|
|
|