| Index: net/base/ssl_info.h
|
| ===================================================================
|
| --- net/base/ssl_info.h (revision 155029)
|
| +++ net/base/ssl_info.h (working copy)
|
| @@ -71,8 +71,9 @@
|
|
|
| HandshakeType handshake_type;
|
|
|
| - // The hashes of the SubjectPublicKeyInfos from each certificate in the chain.
|
| - std::vector<SHA1Fingerprint> public_key_hashes;
|
| + // The hashes, in several algorithms, of the SubjectPublicKeyInfos from
|
| + // each certificate in the chain.
|
| + HashValueVector public_key_hashes;
|
| };
|
|
|
| } // namespace net
|
|
|