Chromium Code Reviews| Index: components/certificate_transparency/single_tree_tracker.h |
| diff --git a/components/certificate_transparency/single_tree_tracker.h b/components/certificate_transparency/single_tree_tracker.h |
| index f7afe72c3b449ed80396f12f54744cce005f38cf..8bc380bdc8ce06b789bc5b77dd6ca04b93c90239 100644 |
| --- a/components/certificate_transparency/single_tree_tracker.h |
| +++ b/components/certificate_transparency/single_tree_tracker.h |
| @@ -26,6 +26,10 @@ struct SignedCertificateTimestamp; |
| namespace certificate_transparency { |
| +namespace internal { |
| +extern const char kCanCheckForInclusionHistogramName[]; |
|
Ryan Sleevi
2016/07/20 20:34:00
This does feel unnecessary, and it doesn't sound l
Eran Messeri
2016/07/21 17:53:43
Done, duplicated in the test.
|
| +} |
| + |
| // Tracks the state of an individual Certificate Transparency Log's Merkle Tree. |
| // A CT Log constantly issues Signed Tree Heads, for which every older STH must |
| // be incorporated into the current/newer STH. As new certificates are logged, |