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..f44f685e59b3b18ac888bc1ed056074d7e1c492b 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 was_clean, uint16 code, const std::string& reason); |
// The channel we use to send events to the network. |
scoped_ptr<net::WebSocketChannel> channel_; |