Index: content/common/websocket_messages.h |
diff --git a/content/common/websocket_messages.h b/content/common/websocket_messages.h |
index d42b38bbf175d666fa3b7a273fda6b03dcd44660..394c9698c6ce0ef02dfab8764414571d032ed7c0 100644 |
--- a/content/common/websocket_messages.h |
+++ b/content/common/websocket_messages.h |
@@ -5,10 +5,7 @@ |
// Multiply-included message file, hence no include guard. |
// This file defines the IPCs for the browser-side implementation of |
-// WebSockets. For the legacy renderer-side implementation, see |
-// socket_stream_messages.h. |
-// TODO(ricea): Fix this comment when the legacy implementation has been |
-// removed. |
+// WebSockets. |
// |
// This IPC interface is based on the WebSocket multiplexing draft spec, |
// http://tools.ietf.org/html/draft-ietf-hybi-websocket-multiplexing-09 |