| 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 */
|
| };
|
|
|