summaryrefslogtreecommitdiffstats
path: root/net/base/net_util.h
diff options
context:
space:
mode:
authorericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-08 18:40:05 +0000
committerericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-08 18:40:05 +0000
commit72569645fdd3ab18b27466e5d32149b2d2ed1172 (patch)
tree7d68a44f5e8dff7d30b73f9a6ecea3668c94f9f1 /net/base/net_util.h
parentddf9d4aea57b36326ace447318cc06beb21ff9d2 (diff)
downloadchromium_src-72569645fdd3ab18b27466e5d32149b2d2ed1172.zip
chromium_src-72569645fdd3ab18b27466e5d32149b2d2ed1172.tar.gz
chromium_src-72569645fdd3ab18b27466e5d32149b2d2ed1172.tar.bz2
Pull in new googleurl@94 which includes GURL::EffectiveIntPort().
Update callers to use this method. Review URL: http://codereview.chromium.org/5641 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3024 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/net_util.h')
-rw-r--r--net/base/net_util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/base/net_util.h b/net/base/net_util.h
index 6ceead7..db28a76 100644
--- a/net/base/net_util.h
+++ b/net/base/net_util.h
@@ -131,11 +131,6 @@ bool IsPortAllowedByDefault(int port);
// restricted.
bool IsPortAllowedByFtp(int port);
-// Get the port number for the URL. If the URL does not have a port number,
-// then returns the default port for the scheme. If the scheme is unrecognized
-// returns empty string.
-std::string GetImplicitPort(const GURL& url);
-
} // namespace net
#endif // NET_BASE_NET_UTIL_H__