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

Unified Diff: net/quic/quic_crypto_server_stream.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/quic_crypto_server_stream.h
diff --git a/net/quic/quic_crypto_server_stream.h b/net/quic/quic_crypto_server_stream.h
index 7d26cd04dea088df302f0e8e9440ddb6069bec22..94c031899148f429df7e111e60a2845b9133668c 100644
--- a/net/quic/quic_crypto_server_stream.h
+++ b/net/quic/quic_crypto_server_stream.h
@@ -14,6 +14,7 @@
namespace net {
+class CachedNetworkParameters;
class CryptoHandshakeMessage;
class QuicCryptoServerConfig;
class QuicCryptoServerStream;
@@ -73,7 +74,8 @@ class NET_EXPORT_PRIVATE QuicCryptoServerStream : public QuicCryptoStream {
}
// Sends the latest server config and source-address token to the client.
- void SendServerConfigUpdate();
+ virtual void SendServerConfigUpdate(
+ const CachedNetworkParameters* cached_network_params);
// Called by the ServerHello AckNotifier once the SHLO has been ACKed by the
// client.

Powered by Google App Engine
This is Rietveld 408576698