| Index: net/test/ct_test_util.h
|
| diff --git a/net/test/ct_test_util.h b/net/test/ct_test_util.h
|
| index d3df6e62d9baa1ec0174620739833549f7a35c92..6b200d604131ee9b8256110a7d583dc73b207c45 100644
|
| --- a/net/test/ct_test_util.h
|
| +++ b/net/test/ct_test_util.h
|
| @@ -89,6 +89,13 @@ std::string GetSampleSTHTreeHeadSignature();
|
| // The same signature as GetSampleSTHTreeHeadSignature, decoded.
|
| bool GetSampleSTHTreeHeadDecodedSignature(DigitallySigned* signature);
|
|
|
| +// TODO(robpercival): The following two functions use the initialism "STH" but
|
| +// the rest of the functions use "SignedTreeHead".
|
| +
|
| +// A sample, valid STH in SignedTreeHeadDataV1 format.
|
| +// See RFC 6962-bis for more information about this format.
|
| +std::string GetSampleSTH();
|
| +
|
| // The sample STH in JSON form.
|
| std::string GetSampleSTHAsJson();
|
|
|
|
|