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