Chromium Code Reviews| Index: net/tools/quic/quic_client.h |
| diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h |
| index 313ba9cd7a83e17fdc51ca6c97e203526b8f2469..834215f38de1f0949d9046f6ca2421a48137adb1 100644 |
| --- a/net/tools/quic/quic_client.h |
| +++ b/net/tools/quic/quic_client.h |
| @@ -146,6 +146,10 @@ class QuicClient : public EpollCallbackInterface, |
| server_id_ = server_id; |
| } |
| + 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.
|
| + crypto_config_.set_user_agent_id(user_agent_id); |
| + } |
| + |
| // SetProofVerifier sets the ProofVerifier that will be used to verify the |
| // server's certificate and takes ownership of |verifier|. |
| void SetProofVerifier(ProofVerifier* verifier) { |