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,8 @@ |
STATE_UNINITIALIZED, |
STATE_CONNECTING, |
STATE_OPEN, |
+ STATE_TLS_CONNECTING, |
juberti2
2013/08/07 06:04:21
It seems confusing to have different meanings for
Mallinath (Gone from Chromium)
2013/08/07 23:48:19
Done.
|
+ STATE_TLS_OPEN, |
STATE_ERROR, |
}; |