Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1535)

Unified Diff: content/child/websocket_dispatcher.cc

Issue 34753008: Notify WebSocket connection failure, chromium side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/child/websocket_dispatcher.cc
diff --git a/content/child/websocket_dispatcher.cc b/content/child/websocket_dispatcher.cc
index 72c35585e85e054e22e360fe9194fbdaac264f68..3ff5fe7eb57ad02b0a3496d3455fb0a89ae08b6c 100644
--- a/content/child/websocket_dispatcher.cc
+++ b/content/child/websocket_dispatcher.cc
@@ -37,6 +37,7 @@ void WebSocketDispatcher::RemoveBridge(int channel_id) {
bool WebSocketDispatcher::OnMessageReceived(const IPC::Message& msg) {
switch (msg.type()) {
case WebSocketMsg_AddChannelResponse::ID:
+ case WebSocketMsg_NotifyFailure::ID:
case WebSocketMsg_SendFrame::ID:
case WebSocketMsg_FlowControl::ID:
case WebSocketMsg_DropChannel::ID:

Powered by Google App Engine
This is Rietveld 408576698