Chromium Code Reviews| Index: net/quic/quic_flags.cc |
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
| index 306ac2d2d84c45051a341ddd61c80fe0bf610484..d06234a41eb9060cd537469a211fc85f7272bc9e 100644 |
| --- a/net/quic/quic_flags.cc |
| +++ b/net/quic/quic_flags.cc |
| @@ -65,3 +65,6 @@ bool FLAGS_quic_enable_pacing = false; |
| // If true, the silent close option will be honored. |
| bool FLAGS_quic_allow_silent_close = true; |
| + |
| +// If true, use std::cbrt instead of custom cube root. |
| +bool FLAGS_quic_use_std_cbrt = true; |