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

Unified Diff: chrome/test/chromedriver/net/net_util.h

Issue 1879863002: Reland of [chromedriver] Listen on IPv6 on IPv6-only hosts (part 2). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: better logging Created 4 years, 8 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 | chrome/test/chromedriver/net/net_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/net/net_util.h
diff --git a/chrome/test/chromedriver/net/net_util.h b/chrome/test/chromedriver/net/net_util.h
index aec07f02571b877fd37513373e6538e06b8c8050..4fd10064a47b7b778b231d4b56c4d07245b930d6 100644
--- a/chrome/test/chromedriver/net/net_util.h
+++ b/chrome/test/chromedriver/net/net_util.h
@@ -12,7 +12,7 @@ class URLRequestContextGetter;
class NetAddress {
public:
NetAddress(); // Creates an invalid address.
- explicit NetAddress(int port); // Host is set to 127.0.0.1.
+ explicit NetAddress(int port); // Host is set to localhost.
NetAddress(const std::string& host, int port);
~NetAddress();
« no previous file with comments | « no previous file | chrome/test/chromedriver/net/net_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698