| Index: net/quic/quic_config.h
|
| diff --git a/net/quic/quic_config.h b/net/quic/quic_config.h
|
| index 3c5f5cdc16e7216da6dcff23930f0e475366212a..02c2b0326d56563dcc3ad619a8753b1fc290a1a0 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;
|
|
|