diff options
Diffstat (limited to 'net/quic/quic_config.h')
-rw-r--r-- | net/quic/quic_config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/quic/quic_config.h b/net/quic/quic_config.h index 3c5f5cd..02c2b03 100644 --- a/net/quic/quic_config.h +++ b/net/quic/quic_config.h @@ -354,9 +354,6 @@ class NET_EXPORT_PRIVATE QuicConfig { // SetDefaults sets the members to sensible, default values. void SetDefaults(); - // Enabled pacing. - void EnablePacing(bool enable_pacing); - // ToHandshakeMessage serialises the settings in this object as a series of // tags /value pairs and adds them to |out|. void ToHandshakeMessage(CryptoHandshakeMessage* out) const; |