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

Unified Diff: net/quic/crypto/source_address_token.h

Issue 490263003: When talking >=QUIC_VERSION_22, regularly send updated bandwidth (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/quic/crypto/source_address_token.h
diff --git a/net/quic/crypto/source_address_token.h b/net/quic/crypto/source_address_token.h
index a41a7265b7f795aadf4705f2988d8cfdb4b3a1e0..64a3a12817284931f7e0d293b424b4d42b03934f 100644
--- a/net/quic/crypto/source_address_token.h
+++ b/net/quic/crypto/source_address_token.h
@@ -9,13 +9,14 @@
#include "base/basictypes.h"
#include "base/strings/string_piece.h"
+#include "net/base/net_export.h"
namespace net {
// TODO(rtenneti): sync with server more rationally.
// CachedNetworkParameters contains data that can be used to choose appropriate
// connection parameters (initial RTT, initial CWND, etc.) in new connections.
-class CachedNetworkParameters {
+class NET_EXPORT_PRIVATE CachedNetworkParameters {
public:
// Describes the state of the connection during which the supplied network
// parameters were calculated.
@@ -98,7 +99,7 @@ class CachedNetworkParameters {
// TODO(rtenneti): sync with server more rationally.
// A SourceAddressToken is serialised, encrypted and sent to clients so that
// they can prove ownership of an IP address.
-class SourceAddressToken {
+class NET_EXPORT_PRIVATE SourceAddressToken {
public:
SourceAddressToken();
~SourceAddressToken();

Powered by Google App Engine
This is Rietveld 408576698