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 1201602bae6ea21aaee8dbe787705c4ea1449b81..161f5715fa4f723c427e2c7861817c4c1fe8933d 100644 |
--- a/net/tools/quic/test_tools/quic_test_client.h |
+++ b/net/tools/quic/test_tools/quic_test_client.h |
@@ -81,6 +81,7 @@ class QuicTestClient : public SimpleClient, |
// certificates. The certificates, if any, are not verified, but the common |
// name is recorded and available with |cert_common_name()|. |
void ExpectCertificates(bool on); |
+ void SetUserAgentID(string user_agent_id); |
wtc
2014/06/19 22:06:38
The input parameter should be a const reference.
ramant (doing other things)
2014/06/19 22:22:41
Done.
|
// Wraps data in a quic packet and sends it. |
ssize_t SendData(string data, bool last_data); |