| 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 b750cbffd420f9f24a7b0217b48d331261ffd9b6..fd1f4c4d5d744800e6c47a695ced731d0692bad6 100644
|
| --- a/net/tools/quic/test_tools/quic_test_client.h
|
| +++ b/net/tools/quic/test_tools/quic_test_client.h
|
| @@ -89,9 +89,9 @@ class QuicTestClient : public QuicDataStream::Visitor {
|
| // Configures client_ to take ownership of and use the writer.
|
| // Must be called before initial connect.
|
| void UseWriter(QuicPacketWriterWrapper* writer);
|
| - // If the given GUID is nonzero, configures client_ to use a specific GUID
|
| - // instead of a random one.
|
| - void UseGuid(QuicGuid guid);
|
| + // If the given ConnectionId is nonzero, configures client_ to use a specific
|
| + // ConnectionId instead of a random one.
|
| + void UseConnectionId(QuicConnectionId connection_id);
|
|
|
| // Returns NULL if the maximum number of streams have already been created.
|
| QuicSpdyClientStream* GetOrCreateStream();
|
|
|