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

Unified Diff: net/quic/quic_crypto_client_stream.h

Issue 12381018: QUIC - Some sketching of the crypto handshake. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 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/quic_crypto_client_stream.h
===================================================================
--- net/quic/quic_crypto_client_stream.h (revision 184750)
+++ net/quic/quic_crypto_client_stream.h (working copy)
@@ -7,6 +7,7 @@
#include <string>
+#include "net/quic/crypto/crypto_handshake.h"
wtc 2013/03/01 19:07:58 The internal CL lists this header in the wrong ord
ramant (doing other things) 2013/03/01 22:02:04 Will do asap.
#include "net/quic/quic_crypto_stream.h"
namespace net {
@@ -28,7 +29,7 @@
bool CryptoConnect();
private:
- QuicCryptoConfig crypto_config_;
+ QuicCryptoClientConfig crypto_config_;
// Client's connection nonce (4-byte timestamp + 28 random bytes)
std::string nonce_;
// Server's hostname

Powered by Google App Engine
This is Rietveld 408576698