Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: net/cert/signed_tree_head.h

Issue 1968053002: Certificate Transparency: Notify STH Observers of known STHs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final operator, test changes Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/cert/signed_tree_head.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/signed_tree_head.h
diff --git a/net/cert/signed_tree_head.h b/net/cert/signed_tree_head.h
index 154c7a9d08dad187e5b83e9ed238f579ace36845..2d65192fc542624b5a2b7a193d4b9a85e0e4c643 100644
--- a/net/cert/signed_tree_head.h
+++ b/net/cert/signed_tree_head.h
@@ -52,6 +52,11 @@ struct NET_EXPORT SignedTreeHead {
NET_EXPORT void PrintTo(const SignedTreeHead& sth, std::ostream* os);
+NET_EXPORT bool operator==(const SignedTreeHead& lhs,
+ const SignedTreeHead& rhs);
+NET_EXPORT bool operator!=(const SignedTreeHead& lhs,
+ const SignedTreeHead& rhs);
+
} // namespace ct
} // namespace net
« no previous file with comments | « no previous file | net/cert/signed_tree_head.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698