| Index: net/base/cert_verify_proc.h
|
| ===================================================================
|
| --- net/base/cert_verify_proc.h (revision 155029)
|
| +++ net/base/cert_verify_proc.h (working copy)
|
| @@ -75,9 +75,8 @@
|
| static bool IsBlacklisted(X509Certificate* cert);
|
|
|
| // IsPublicKeyBlacklisted returns true iff one of |public_key_hashes| (which
|
| - // are SHA1 hashes of SubjectPublicKeyInfo structures) is explicitly blocked.
|
| - static bool IsPublicKeyBlacklisted(
|
| - const std::vector<SHA1Fingerprint>& public_key_hashes);
|
| + // are hashes of SubjectPublicKeyInfo structures) is explicitly blocked.
|
| + static bool IsPublicKeyBlacklisted(const HashValueVector& public_key_hashes);
|
| };
|
|
|
| } // namespace net
|
|
|