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

Unified Diff: net/quic/platform/api/quic_ip_address.h

Issue 2933613002: Add quic_test_loopback used for tests only. (Closed)
Patch Set: Created 3 years, 6 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 | « net/BUILD.gn ('k') | net/quic/platform/api/quic_test_loopback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/platform/api/quic_ip_address.h
diff --git a/net/quic/platform/api/quic_ip_address.h b/net/quic/platform/api/quic_ip_address.h
index 75b9f0c7ab63b4d0050d338af529981cb76d9d78..3d3100b93201a1f95a26154ba51b6969adaf59a7 100644
--- a/net/quic/platform/api/quic_ip_address.h
+++ b/net/quic/platform/api/quic_ip_address.h
@@ -21,6 +21,8 @@ class QUIC_EXPORT_PRIVATE QuicIpAddress {
kIPv4AddressSize = QuicIpAddressImpl::kIPv4AddressSize,
kIPv6AddressSize = QuicIpAddressImpl::kIPv6AddressSize
};
+
+ // TODO(fayang): Remove Loopback*() and use TestLoopback*() in tests.
static QuicIpAddress Loopback4();
static QuicIpAddress Loopback6();
static QuicIpAddress Any4();
« no previous file with comments | « net/BUILD.gn ('k') | net/quic/platform/api/quic_test_loopback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698