| Index: net/quic/chromium/quic_stream_factory.h
|
| diff --git a/net/quic/chromium/quic_stream_factory.h b/net/quic/chromium/quic_stream_factory.h
|
| index 966f3b278e3aef3ee24d5246ec762ebb9a2fb449..5d46b037c6368527c4311630465cc2efd9aaa99b 100644
|
| --- a/net/quic/chromium/quic_stream_factory.h
|
| +++ b/net/quic/chromium/quic_stream_factory.h
|
| @@ -408,6 +408,8 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| void DumpMemoryStats(base::trace_event::ProcessMemoryDump* pmd,
|
| const std::string& parent_absolute_name) const;
|
|
|
| + int num_push_promise_received_;
|
| +
|
| private:
|
| class Job;
|
| class CertVerifierJob;
|
|
|