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

Unified Diff: net/quic/quartc/quartc_session.cc

Issue 2463093003: Landing Recent QUIC changes until Sat Oct 29 14:59:35. (Closed)
Patch Set: add change to quiartc_session_test.cc Created 4 years, 1 month 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/core/quic_session.cc ('k') | net/quic/quartc/quartc_session_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quartc/quartc_session.cc
diff --git a/net/quic/quartc/quartc_session.cc b/net/quic/quartc/quartc_session.cc
index 54542dd54e787151b25a98bc592246d3cddd589c..7b52b12847557cd5ac665129c0038ccf4b20fe68 100644
--- a/net/quic/quartc/quartc_session.cc
+++ b/net/quic/quartc/quartc_session.cc
@@ -33,6 +33,7 @@ class DummyProofSource : public net::ProofSource {
const std::string& server_config,
net::QuicVersion quic_version,
base::StringPiece chlo_hash,
+ const net::QuicTagVector& connection_options,
scoped_refptr<net::ProofSource::Chain>* out_chain,
std::string* out_signature,
std::string* out_leaf_cert_sct) override {
@@ -49,6 +50,7 @@ class DummyProofSource : public net::ProofSource {
const std::string& server_config,
net::QuicVersion quic_version,
base::StringPiece chlo_hash,
+ const net::QuicTagVector& connection_options,
std::unique_ptr<Callback> callback) override {}
};
« no previous file with comments | « net/quic/core/quic_session.cc ('k') | net/quic/quartc/quartc_session_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698