| Index: net/quic/crypto/quic_crypto_server_config_test.cc
|
| diff --git a/net/quic/crypto/quic_crypto_server_config_test.cc b/net/quic/crypto/quic_crypto_server_config_test.cc
|
| index 1e91dfc053796fa46d6d659cc99c98d286bc0529..4453b76452f47849584aa8290e7917cf638a21ca 100644
|
| --- a/net/quic/crypto/quic_crypto_server_config_test.cc
|
| +++ b/net/quic/crypto/quic_crypto_server_config_test.cc
|
| @@ -13,7 +13,6 @@
|
| #include "net/quic/crypto/crypto_server_config_protobuf.h"
|
| #include "net/quic/crypto/quic_random.h"
|
| #include "net/quic/crypto/strike_register_client.h"
|
| -#include "net/quic/quic_flags.h"
|
| #include "net/quic/quic_time.h"
|
| #include "net/quic/test_tools/mock_clock.h"
|
| #include "net/quic/test_tools/quic_test_utils.h"
|
| @@ -259,8 +258,6 @@ TEST(QuicCryptoServerConfigTest, GetOrbitIsCalledWithoutTheStrikeRegisterLock) {
|
| }
|
|
|
| TEST(QuicCryptoServerConfigTest, SourceAddressTokens) {
|
| - ValueRestore<bool> old_flag(&FLAGS_quic_store_cached_network_params_from_chlo,
|
| - true);
|
| const string kPrimary = "<primary>";
|
| const string kOverride = "Config with custom source address token key";
|
|
|
|
|