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

Unified Diff: net/quic/test_tools/quic_stream_factory_peer.h

Issue 2766603004: QUIC: mark QUIC handshake failed if connection is closed after CryptoConnect (Closed)
Patch Set: address xunjieli's comments 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
Index: net/quic/test_tools/quic_stream_factory_peer.h
diff --git a/net/quic/test_tools/quic_stream_factory_peer.h b/net/quic/test_tools/quic_stream_factory_peer.h
index eeb1dc0907f780f2a176acb2d61ee04671db6397..3387e1fe6915ace36c0cbee19561cbfe9fbe78ec 100644
--- a/net/quic/test_tools/quic_stream_factory_peer.h
+++ b/net/quic/test_tools/quic_stream_factory_peer.h
@@ -37,6 +37,9 @@ class QuicStreamFactoryPeer {
static bool HasActiveSession(QuicStreamFactory* factory,
const QuicServerId& server_id);
+ static bool HasActiveJob(QuicStreamFactory* factory,
+ const QuicServerId& server_id);
+
static bool HasActiveCertVerifierJob(QuicStreamFactory* factory,
const QuicServerId& server_id);

Powered by Google App Engine
This is Rietveld 408576698