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

Unified Diff: net/tools/quic/quic_client.h

Issue 1411063004: Remove insecure QUIC support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: net/tools/quic/quic_client.h
diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h
index d2fdd21cdcec7598aed44d5d1a0550692f53fba8..9b4f58cb9653944061e1835e553bb6d0ac76c362 100644
--- a/net/tools/quic/quic_client.h
+++ b/net/tools/quic/quic_client.h
@@ -79,12 +79,14 @@ class QuicClient : public QuicClientBase,
QuicClient(IPEndPoint server_address,
const QuicServerId& server_id,
const QuicVersionVector& supported_versions,
- EpollServer* epoll_server);
+ EpollServer* epoll_server,
+ ProofVerifier* proof_verifier);
QuicClient(IPEndPoint server_address,
const QuicServerId& server_id,
const QuicVersionVector& supported_versions,
const QuicConfig& config,
- EpollServer* epoll_server);
+ EpollServer* epoll_server,
+ ProofVerifier* proof_verifier);
~QuicClient() override;

Powered by Google App Engine
This is Rietveld 408576698