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

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

Issue 355293003: Restrict QUIC session pool when channel ID is present. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comments Created 6 years, 6 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_client_session_peer.h
diff --git a/net/quic/test_tools/quic_client_session_peer.h b/net/quic/test_tools/quic_client_session_peer.h
index 7217d9d860008c5116f9f86052f350b4885f9b10..440982a295a1ce359292ba1793b1695f092752f3 100644
--- a/net/quic/test_tools/quic_client_session_peer.h
+++ b/net/quic/test_tools/quic_client_session_peer.h
@@ -9,6 +9,7 @@
namespace net {
+class ChannelIDKey;
class QuicClientSession;
namespace test {
@@ -19,6 +20,9 @@ class QuicClientSessionPeer {
size_t max_streams,
size_t default_streams);
+ static void SetChannelIDKey(QuicClientSession* session,
+ ChannelIDKey* channel_id_key);
+
private:
DISALLOW_COPY_AND_ASSIGN(QuicClientSessionPeer);
};

Powered by Google App Engine
This is Rietveld 408576698