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

Unified Diff: net/cert/signed_tree_head.h

Issue 1758823002: Certificate Transparency: Ensure timestamps over 32 bit are handled correctly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
Index: net/cert/signed_tree_head.h
diff --git a/net/cert/signed_tree_head.h b/net/cert/signed_tree_head.h
index 6ff93b032a18377be540db81ef3d186af5048e35..0866522130454c36c79dcf20b91e3b186a291f34 100644
--- a/net/cert/signed_tree_head.h
+++ b/net/cert/signed_tree_head.h
@@ -49,8 +49,7 @@ struct NET_EXPORT SignedTreeHead {
std::string log_id;
};
-NET_EXPORT std::ostream& operator<<(std::ostream& stream,
- const SignedTreeHead& sth);
+NET_EXPORT std::string DebugString(const SignedTreeHead& sth);
Rob Percival 2016/03/02 17:34:03 GTest won't find this. GTest requires that either
Eran Messeri 2016/03/04 11:28:30 Done.
} // namespace ct

Powered by Google App Engine
This is Rietveld 408576698