Index: net/tools/quic/test_tools/quic_test_client.h |
diff --git a/net/tools/quic/test_tools/quic_test_client.h b/net/tools/quic/test_tools/quic_test_client.h |
index 0bf9baa66f2459e9feab0af6d8e6f6a63b7656f7..4d54f182410b3fb55143d8fcbbf70d01a898f746 100644 |
--- a/net/tools/quic/test_tools/quic_test_client.h |
+++ b/net/tools/quic/test_tools/quic_test_client.h |
@@ -161,6 +161,10 @@ class QuicTestClient : public SimpleClient, public QuicSpdyStream::Visitor { |
// or the empty string if no certificate was presented. |
const std::string& cert_common_name() const; |
+ // cert_sct returns the signed timestamp of the server's certificate, |
+ // or the empty string if no signed timestamp was presented. |
+ const std::string& cert_sct() const; |
+ |
// Get the server config map. |
QuicTagValueMap GetServerConfig() const; |