| Index: net/test/ct_test_util.h
|
| diff --git a/net/test/ct_test_util.h b/net/test/ct_test_util.h
|
| index 87afc104102d476f7642211f93faaeea52498c3b..6a07f32b4869c0b2e5ad150090d38df3b16604cd 100644
|
| --- a/net/test/ct_test_util.h
|
| +++ b/net/test/ct_test_util.h
|
| @@ -50,18 +50,6 @@
|
| // Issuer key hash
|
| std::string GetDefaultIssuerKeyHash();
|
|
|
| -// Fake OCSP response with an embedded SCT list.
|
| -std::string GetDerEncodedFakeOCSPResponse();
|
| -
|
| -// The SCT list embedded in the response above.
|
| -std::string GetFakeOCSPExtensionValue();
|
| -
|
| -// The cert the OCSP response is for.
|
| -std::string GetDerEncodedFakeOCSPResponseCert();
|
| -
|
| -// The issuer of the previous cert.
|
| -std::string GetDerEncodedFakeOCSPResponseIssuerCert();
|
| -
|
| } // namespace ct
|
|
|
| } // namespace net
|
|
|