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

Unified Diff: content/browser/renderer_host/p2p/socket_host.h

Issue 22452002: Adding TLS support to the TCP Client sockets. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 4 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/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,
};
« no previous file with comments | « no previous file | content/browser/renderer_host/p2p/socket_host.cc » ('j') | content/browser/renderer_host/p2p/socket_host_tcp.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698