Add IPC for new WebSocket impl.

Add a new set of IPCs for the new WebSocket implementation in chrome/net.

BUG=241811

Review URL: https://chromiumcodereview.appspot.com/12730003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205570 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index 3b7362e..3992307 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -82,6 +82,7 @@
   WebRtcLoggingMsgStart,
   TtsMsgStart,
   MemoryBenchmarkMsgStart,
+  WebSocketMsgStart,
   LastIPCMsgStart      // Must come last.
 };