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

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

Issue 397803004: Reimplement QuicCryptoClientStream::WasChannelIDSent with a boolean (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 440982a295a1ce359292ba1793b1695f092752f3..1a721c4191450bfba87f3da4f33150640b78e1e4 100644
--- a/net/quic/test_tools/quic_client_session_peer.h
+++ b/net/quic/test_tools/quic_client_session_peer.h
@@ -9,7 +9,6 @@
namespace net {
-class ChannelIDKey;
class QuicClientSession;
namespace test {
@@ -20,8 +19,8 @@ class QuicClientSessionPeer {
size_t max_streams,
size_t default_streams);
- static void SetChannelIDKey(QuicClientSession* session,
- ChannelIDKey* channel_id_key);
+ static void SetChannelIDSent(QuicClientSession* session,
+ bool channel_id_sent);
private:
DISALLOW_COPY_AND_ASSIGN(QuicClientSessionPeer);

Powered by Google App Engine
This is Rietveld 408576698