| Index: net/tools/quic/quic_simple_server.h
|
| diff --git a/net/tools/quic/quic_simple_server.h b/net/tools/quic/quic_simple_server.h
|
| index 4b24d9cef7382361f639824559d2660b9e6969a2..25261fff3c446b5931950c8993d9696a1f2c29f2 100644
|
| --- a/net/tools/quic/quic_simple_server.h
|
| +++ b/net/tools/quic/quic_simple_server.h
|
| @@ -115,6 +115,8 @@ class QuicSimpleServer {
|
| // The log to use for the socket.
|
| NetLog net_log_;
|
|
|
| + bool check_packet_buffer_;
|
| +
|
| base::WeakPtrFactory<QuicSimpleServer> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(QuicSimpleServer);
|
|
|