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

Unified Diff: net/third_party/nss/ssl/sslimpl.h

Issue 10424013: Support TLS Channel IDs in NSS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: resync from trunk Created 8 years, 7 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: net/third_party/nss/ssl/sslimpl.h
diff --git a/net/third_party/nss/ssl/sslimpl.h b/net/third_party/nss/ssl/sslimpl.h
index 8ab865a1c4cd5e97193c7ec40bf37809b7dc29bf..afecfde1d7f370684cd3e18e75697fc6e8d8ab16 100644
--- a/net/third_party/nss/ssl/sslimpl.h
+++ b/net/third_party/nss/ssl/sslimpl.h
@@ -949,6 +949,8 @@ struct ssl3StateStr {
*/
SECItem nextProto;
SSLNextProtoState nextProtoState;
+ SSLClientChannelIDCallback channelIDCallback;
+ void * channelIDCallbackArg;
PRUint16 mtu; /* Our estimate of the MTU */
};

Powered by Google App Engine
This is Rietveld 408576698