| Index: net/base/port_util.cc
|
| diff --git a/net/base/port_util.cc b/net/base/port_util.cc
|
| index 7328b5e842f5a13c53dfe40061612699c064e3ae..543d9db94353d83bbb75cf6e524959e039652069 100644
|
| --- a/net/base/port_util.cc
|
| +++ b/net/base/port_util.cc
|
| @@ -84,6 +84,7 @@ const int kRestrictedPorts[] = {
|
| 6667, // Standard IRC [Apple addition]
|
| 6668, // Alternate IRC [Apple addition]
|
| 6669, // Alternate IRC [Apple addition]
|
| + 6697, // IRC + TLS
|
| 0xFFFF, // Used to block all invalid port numbers (see
|
| // third_party/WebKit/Source/platform/weborigin/KURL.cpp,
|
| // KURL::port())
|
|
|