| Index: net/cert/cert_verify_proc.h
|
| diff --git a/net/cert/cert_verify_proc.h b/net/cert/cert_verify_proc.h
|
| index c85bf75b519b1bba15a623ffe0565f541d27125b..3b78855a59cd50f7b1a5c20d02f91cb410d6855d 100644
|
| --- a/net/cert/cert_verify_proc.h
|
| +++ b/net/cert/cert_verify_proc.h
|
| @@ -89,6 +89,8 @@ class NET_EXPORT CertVerifyProc
|
| // IsPublicKeyBlacklisted returns true iff one of |public_key_hashes| (which
|
| // are hashes of SubjectPublicKeyInfo structures) is explicitly blocked.
|
| static bool IsPublicKeyBlacklisted(const HashValueVector& public_key_hashes);
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(CertVerifyProc);
|
| };
|
|
|
| } // namespace net
|
|
|