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

Unified Diff: net/quic/crypto/crypto_server_test.cc

Issue 2188663003: Add plumbing for passing stats from calls to ProofSource::GetProof through QUIC. These stats are n… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@128459519
Patch Set: Rebase Created 4 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
« no previous file with comments | « no previous file | net/quic/crypto/proof_source.h » ('j') | net/quic/crypto/proof_source.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/crypto_server_test.cc
diff --git a/net/quic/crypto/crypto_server_test.cc b/net/quic/crypto/crypto_server_test.cc
index 3e564d88cb39b59ba862041f57f57ef475958a3b..47e02908a762f7947561a1c61c112a04830bdee2 100644
--- a/net/quic/crypto/crypto_server_test.cc
+++ b/net/quic/crypto/crypto_server_test.cc
@@ -202,7 +202,8 @@ class CryptoServerTest : public ::testing::TestWithParam<TestParams> {
}
void RunImpl(const CryptoHandshakeMessage& client_hello,
- const Result& result) override {
+ const Result& result,
+ std::unique_ptr<ProofSource::Details> /* details */) override {
{
// Ensure that the strike register client lock is not held.
QuicCryptoServerConfigPeer peer(&test_->config_);
« no previous file with comments | « no previous file | net/quic/crypto/proof_source.h » ('j') | net/quic/crypto/proof_source.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698