Index: content/browser/renderer_host/p2p/socket_host.h |
=================================================================== |
--- content/browser/renderer_host/p2p/socket_host.h (revision 215641) |
+++ content/browser/renderer_host/p2p/socket_host.h (working copy) |
@@ -65,6 +65,7 @@ |
STATE_UNINITIALIZED, |
STATE_CONNECTING, |
STATE_OPEN, |
+ STATE_TLS_CONNECTING, |
juberti2
2013/08/08 22:16:06
I was thinking TLS_CONNECTING would come before OP
Mallinath (Gone from Chromium)
2013/08/08 22:25:59
Done.
|
STATE_ERROR, |
}; |