| Index: net/quic/core/quic_utils.h
|
| diff --git a/net/quic/core/quic_utils.h b/net/quic/core/quic_utils.h
|
| index b80e845b895678a976803c00a77f015cc89dd664..8fe06d127209671b69b6fa31ac333830a1f41dbb 100644
|
| --- a/net/quic/core/quic_utils.h
|
| +++ b/net/quic/core/quic_utils.h
|
| @@ -94,9 +94,6 @@ class NET_EXPORT_PRIVATE QuicUtils {
|
| static QuicTagVector ParseQuicConnectionOptions(
|
| const std::string& connection_options);
|
|
|
| - // ListTags prints all of the tags in |tag_map| using TagToString.
|
| - static std::string ListTags(QuicTagValueMap tag_map);
|
| -
|
| // Returns PeerAddressChangeType as a std::string.
|
| static std::string PeerAddressChangeTypeToString(PeerAddressChangeType type);
|
|
|
|
|