Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(486)

Unified Diff: net/quic/core/quic_utils.h

Issue 2246843005: Remove QuicUtils::ListTags and use ToDebugString() instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@129676537
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/quic/core/quic_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | net/quic/core/quic_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698