diff options
author | alyssar@google.com <alyssar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-11 20:12:59 +0000 |
---|---|---|
committer | alyssar@google.com <alyssar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-11 20:12:59 +0000 |
commit | b219b366186f0d0c7f4451a211d7a6089bbea6fd (patch) | |
tree | f34263671887e2cf28f63dea077e1a9ed017305c /net/quic/crypto/crypto_handshake.h | |
parent | 27b4c79db8759fe1835452f3db2eb7789f01846c (diff) | |
download | chromium_src-b219b366186f0d0c7f4451a211d7a6089bbea6fd.zip chromium_src-b219b366186f0d0c7f4451a211d7a6089bbea6fd.tar.gz chromium_src-b219b366186f0d0c7f4451a211d7a6089bbea6fd.tar.bz2 |
Adding the first 6 quic unittests.
BUG=
Review URL: https://chromiumcodereview.appspot.com/13800010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193717 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/quic/crypto/crypto_handshake.h')
-rw-r--r-- | net/quic/crypto/crypto_handshake.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/quic/crypto/crypto_handshake.h b/net/quic/crypto/crypto_handshake.h index e433d15..f8bfd0d 100644 --- a/net/quic/crypto/crypto_handshake.h +++ b/net/quic/crypto/crypto_handshake.h @@ -353,6 +353,9 @@ class NET_EXPORT_PRIVATE QuicCryptoServerConfig { base::StringPiece source_address_token_secret); ~QuicCryptoServerConfig(); + // TESTING is a magic parameter for passing to the constructor in tests. + static const char TESTING[]; + // ConfigForTesting generates a QuicServerConfigProtobuf protobuf suitable // for using in tests. |extra_tags| contains additional key/value pairs that // will be inserted into the config. |