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

Unified Diff: net/quic/quic_config.h

Issue 2124753005: Implements migration of a QUIC connection to a different destination address if specified by the se… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@write-error
Patch Set: fixing linker error. 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 | « net/quic/quic_client_session_base.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_config.h
diff --git a/net/quic/quic_config.h b/net/quic/quic_config.h
index 5baeb338733dc8da53d84cb2d235b5896d5c88f5..c79f9efcf67ecc6ad19d2cb07a0303beeef57b55 100644
--- a/net/quic/quic_config.h
+++ b/net/quic/quic_config.h
@@ -216,7 +216,7 @@ class NET_EXPORT_PRIVATE QuicFixedTagVector : public QuicConfigValue {
};
// Stores IPEndPoint from CHLO or SHLO messages that are not negotiated.
-class QuicFixedIPEndPoint : public QuicConfigValue {
+class NET_EXPORT_PRIVATE QuicFixedIPEndPoint : public QuicConfigValue {
public:
QuicFixedIPEndPoint(QuicTag tag, QuicConfigPresence presence);
~QuicFixedIPEndPoint() override;
« no previous file with comments | « net/quic/quic_client_session_base.cc ('k') | net/quic/quic_stream_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698