summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/ssl_info.h')
-rw-r--r--net/base/ssl_info.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/base/ssl_info.h b/net/base/ssl_info.h
index 54217a6..f69557e 100644
--- a/net/base/ssl_info.h
+++ b/net/base/ssl_info.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -67,6 +67,9 @@ class NET_EXPORT SSLInfo {
// a Certificate message with no client certificate in it does not count.
bool client_cert_sent;
+ // True if a channel ID was sent to the server.
+ bool channel_id_sent;
+
HandshakeType handshake_type;
// The hashes of the SubjectPublicKeyInfos from each certificate in the chain.