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

Unified Diff: net/quic/chromium/quic_chromium_client_session.h

Issue 2754003002: [DO NOT SUBMIT, PATCH on commit 7fa349e632a44c152b05ca6a66ade5f2e5b3f139] (Closed)
Patch Set: add status logging in SESSION, check clock skewed Created 3 years, 9 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/log/net_log_source_type_list.h ('k') | net/quic/chromium/quic_chromium_client_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/quic_chromium_client_session.h
diff --git a/net/quic/chromium/quic_chromium_client_session.h b/net/quic/chromium/quic_chromium_client_session.h
index 7d9a87bb1e7cb0444b430274d79919cc8c15d65f..2fcf9891d7201512d1dd0f2b1b69d5318ba5c9f5 100644
--- a/net/quic/chromium/quic_chromium_client_session.h
+++ b/net/quic/chromium/quic_chromium_client_session.h
@@ -322,6 +322,14 @@ class NET_EXPORT_PRIVATE QuicChromiumClientSession
// TODO(xunjieli): It only tracks |packet_readers_|. Write a better estimate.
size_t EstimateMemoryUsage() const;
+ bool callback_not_null() const { return !callback_.is_null(); }
+ bool received_go_away_;
+ bool received_read_error_;
+ bool connection_closed_;
+ bool notified_session_going_away_;
+ bool notified_session_closed_later_;
+ bool notified_session_closed_;
+
protected:
// QuicSession methods:
bool ShouldCreateIncomingDynamicStream(QuicStreamId id) override;
« no previous file with comments | « net/log/net_log_source_type_list.h ('k') | net/quic/chromium/quic_chromium_client_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698