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 ffeb0b8c29deb9504e3dfc1a398a0c74ecbdd155..ba10f1c3885509a114c55bfe0bdee420f11c388c 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_; |