Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: net/tools/quic/quic_dispatcher.h

Issue 2718633002: debug on ios simulator
Patch Set: add to BUILD.gn test_support_bundle_data Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/test/test_data_directory.cc ('k') | net/tools/quic/quic_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_dispatcher.h
diff --git a/net/tools/quic/quic_dispatcher.h b/net/tools/quic/quic_dispatcher.h
index a95fd8abb2cad1e42c1fef6e55ffe79620831ff1..330f3f879bcabb772571a1677a9322697a04d4dc 100644
--- a/net/tools/quic/quic_dispatcher.h
+++ b/net/tools/quic/quic_dispatcher.h
@@ -90,6 +90,8 @@ class QuicDispatcher : public QuicTimeWaitListManager::Visitor,
// Collects reset error code received on streams.
void OnRstStreamReceived(const QuicRstStreamFrame& frame) override;
+ void OnPushPromiseSent() override;
+
// QuicTimeWaitListManager::Visitor interface implementation
// Called whenever the time wait list manager adds a new connection to the
// time-wait list.
@@ -160,6 +162,8 @@ class QuicDispatcher : public QuicTimeWaitListManager::Visitor,
// Return true if there is CHLO buffered.
virtual bool HasChlosBuffered() const;
+ int num_push_promise_sent_;
+
protected:
virtual QuicSession* CreateQuicSession(
QuicConnectionId connection_id,
« no previous file with comments | « net/test/test_data_directory.cc ('k') | net/tools/quic/quic_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698