| Index: net/quic/quic_session.h
|
| diff --git a/net/quic/quic_session.h b/net/quic/quic_session.h
|
| index ce92c9a0fc9eacf40d2e1dd8d811c46be7d5f896..8b6d1e00b3e924545f40cb8771c0ef97f6723841 100644
|
| --- a/net/quic/quic_session.h
|
| +++ b/net/quic/quic_session.h
|
| @@ -336,9 +336,6 @@ class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface {
|
| // Used for connection-level flow control.
|
| QuicFlowController flow_controller_;
|
|
|
| - // Indicate if there is pending data for the crypto stream.
|
| - bool has_pending_handshake_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(QuicSession);
|
| };
|
|
|
|
|