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

Unified Diff: net/base/address_list.h

Issue 9369045: [net] HostResolverImpl + DnsTransaction + DnsConfigService = Asynchronous DNS ready for experiments. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for test-drive. Created 8 years, 10 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
Index: net/base/address_list.h
diff --git a/net/base/address_list.h b/net/base/address_list.h
index e03e5c5f8ad5667e5001f5a8860c9c64e59017e4..a69f8b36341a05441c9936c57ffec11848e69371 100644
--- a/net/base/address_list.h
+++ b/net/base/address_list.h
@@ -31,7 +31,7 @@ class NET_EXPORT AddressList {
// Creates an address list for a list of IP literals.
static AddressList CreateFromIPAddressList(
const IPAddressList& addresses,
- uint16 port);
+ const std::string& canonical_name);
// Creates an address list for a single IP literal.
static AddressList CreateFromIPAddress(

Powered by Google App Engine
This is Rietveld 408576698