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

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

Issue 11633030: Send the ClientHello handshake message. Fix a bug in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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_test_utils.h
===================================================================
--- net/quic/test_tools/quic_test_utils.h (revision 174485)
+++ net/quic/test_tools/quic_test_utils.h (working copy)
@@ -32,6 +32,11 @@
// Constructs a basic crypto handshake message
QuicPacket* ConstructHandshakePacket(QuicGuid guid, CryptoTag tag);
+// Constructs a ClientHello crypto handshake message
+QuicPacket* ConstructClientHelloPacket(QuicGuid guid,
+ const QuicClock* clock,
+ QuicRandom* random_generator);
+
class MockFramerVisitor : public QuicFramerVisitorInterface {
public:
MockFramerVisitor();

Powered by Google App Engine
This is Rietveld 408576698