Index: content/browser/renderer_host/websocket_dispatcher_host.h |
diff --git a/content/browser/renderer_host/websocket_dispatcher_host.h b/content/browser/renderer_host/websocket_dispatcher_host.h |
index f99148624fb83f105da3792824391ba7e09d59f3..1d1ab03306890c201b0dc9edf13f81e4d02a1bcd 100644 |
--- a/content/browser/renderer_host/websocket_dispatcher_host.h |
+++ b/content/browser/renderer_host/websocket_dispatcher_host.h |
@@ -71,7 +71,10 @@ class CONTENT_EXPORT WebSocketDispatcherHost : public BrowserMessageFilter { |
void SendClosing(int routing_id); |
// Sends a WebSocketMsg_DropChannel IPC and delete and unregister the channel. |
- void DoDropChannel(int routing_id, uint16 code, const std::string& reason); |
+ void DoDropChannel(int routing_id, |
+ bool fail, |
+ uint16 code, |
+ const std::string& reason); |
private: |
typedef base::hash_map<int, WebSocketHost*> WebSocketHostTable; |