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

Unified Diff: net/tools/quic/test_tools/quic_test_server.h

Issue 1411063004: Remove insecure QUIC support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enough! Created 5 years, 2 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/tools/quic/test_tools/quic_test_client.cc ('k') | net/tools/quic/test_tools/quic_test_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/test_tools/quic_test_server.h
diff --git a/net/tools/quic/test_tools/quic_test_server.h b/net/tools/quic/test_tools/quic_test_server.h
index ce593cf8ef7de84ce071d082d21a27ebeaf1ac5c..ad9704c56c50afcb2328803d1d4fd4563485ea28 100644
--- a/net/tools/quic/test_tools/quic_test_server.h
+++ b/net/tools/quic/test_tools/quic_test_server.h
@@ -36,8 +36,9 @@ class QuicTestServer : public QuicServer {
QuicSpdySession* session)>
StreamCreationFunction;
- explicit QuicTestServer();
- QuicTestServer(const QuicConfig& config,
+ explicit QuicTestServer(ProofSource* proof_source);
+ QuicTestServer(ProofSource* proof_source,
+ const QuicConfig& config,
const QuicVersionVector& supported_versions);
// Create a custom dispatcher which creates custom sessions.
« no previous file with comments | « net/tools/quic/test_tools/quic_test_client.cc ('k') | net/tools/quic/test_tools/quic_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698