Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / browser / renderer_host / websocket_dispatcher_host.h
index 0ce6012..a6906e9 100644 (file)
@@ -81,7 +81,7 @@ class CONTENT_EXPORT WebSocketDispatcherHost : public BrowserMessageFilter {
   WebSocketHostState SendFlowControl(int routing_id,
                                      int64 quota) WARN_UNUSED_RESULT;
 
-  // Sends a WebSocketMsg_SendClosing IPC
+  // Sends a WebSocketMsg_NotifyClosing IPC
   WebSocketHostState SendClosing(int routing_id) WARN_UNUSED_RESULT;
 
   // Sends a WebSocketMsg_NotifyStartOpeningHandshake IPC.
@@ -104,6 +104,7 @@ class CONTENT_EXPORT WebSocketDispatcherHost : public BrowserMessageFilter {
   // channel.
   WebSocketHostState DoDropChannel(
       int routing_id,
+      bool was_clean,
       uint16 code,
       const std::string& reason) WARN_UNUSED_RESULT;