| Index: net/tools/quic/quic_simple_dispatcher.h
|
| diff --git a/net/tools/quic/quic_simple_dispatcher.h b/net/tools/quic/quic_simple_dispatcher.h
|
| index 41d24cfb33bbd5310efc07a664a026cf31aec4ac..f093183d2a4d126cdd48fe179e2ec007b9a66f25 100644
|
| --- a/net/tools/quic/quic_simple_dispatcher.h
|
| +++ b/net/tools/quic/quic_simple_dispatcher.h
|
| @@ -28,6 +28,10 @@ class QuicSimpleDispatcher : public QuicDispatcher {
|
|
|
| void OnRstStreamReceived(const QuicRstStreamFrame& frame) override;
|
|
|
| + void OnPushPromiseSent() override;
|
| +
|
| + int push_promise_sent_;
|
| +
|
| protected:
|
| QuicServerSessionBase* CreateQuicSession(
|
| QuicConnectionId connection_id,
|
|
|