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

Unified Diff: net/quic/quic_crypto_server_stream_test.cc

Issue 346323002: net: Implement ChannelIDSourceChromium, which is based on Chromium's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase 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
« no previous file with comments | « net/quic/quic_crypto_client_stream.cc ('k') | net/quic/quic_stream_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_crypto_server_stream_test.cc
===================================================================
--- net/quic/quic_crypto_server_stream_test.cc (revision 280648)
+++ net/quic/quic_crypto_server_stream_test.cc (working copy)
@@ -67,8 +67,9 @@
// We advance the clock initially because the default time is zero and the
// strike register worries that we've just overflowed a uint32 time.
connection_->AdvanceTime(QuicTime::Delta::FromSeconds(100000));
- // TODO(rtenneti): Enable testing of ProofSource.
- // crypto_config_.SetProofSource(CryptoTestUtils::ProofSourceForTesting());
+ // TODO(wtc): replace this with ProofSourceForTesting() when Chromium has
+ // a working ProofSourceForTesting().
+ crypto_config_.SetProofSource(CryptoTestUtils::FakeProofSourceForTesting());
crypto_config_.set_strike_register_no_startup_period();
CryptoTestUtils::SetupCryptoServerConfigForTest(
« no previous file with comments | « net/quic/quic_crypto_client_stream.cc ('k') | net/quic/quic_stream_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698