| 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..93c0352bca69dbeae5351f84a987451ec6562df1 100644
|
| --- a/net/tools/quic/test_tools/quic_test_client.h
|
| +++ b/net/tools/quic/test_tools/quic_test_client.h
|
| @@ -82,6 +82,9 @@ class QuicTestClient : public SimpleClient,
|
| // name is recorded and available with |cert_common_name()|.
|
| void ExpectCertificates(bool on);
|
|
|
| + // Sets the |user_agent_id| of the |client_|.
|
| + void SetUserAgentID(const string& user_agent_id);
|
| +
|
| // Wraps data in a quic packet and sends it.
|
| ssize_t SendData(string data, bool last_data);
|
|
|
|
|