Index: content/browser/renderer_host/websocket_host.h |
=================================================================== |
--- content/browser/renderer_host/websocket_host.h (revision 271040) |
+++ content/browser/renderer_host/websocket_host.h (working copy) |
@@ -42,8 +42,7 @@ |
// General message dispatch. WebSocketDispatcherHost::OnMessageReceived |
// delegates to this method after looking up the |routing_id|. |
- virtual bool OnMessageReceived(const IPC::Message& message, |
- bool* message_was_ok); |
+ virtual bool OnMessageReceived(const IPC::Message& message); |
private: |
// Handlers for each message type, dispatched by OnMessageReceived(), as |