diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 22:11:39 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 22:11:39 +0000 |
commit | 6d748ec125d222f1d45c913d30a8e8317d10eb43 (patch) | |
tree | 0b4789f4e43958f1f98bee3a4517583ceeba8380 /net/base/net_util.h | |
parent | f8d434bd5be573b2954faa2ff4bfef37db6d194e (diff) | |
download | chromium_src-6d748ec125d222f1d45c913d30a8e8317d10eb43.zip chromium_src-6d748ec125d222f1d45c913d30a8e8317d10eb43.tar.gz chromium_src-6d748ec125d222f1d45c913d30a8e8317d10eb43.tar.bz2 |
Unrollback 3024 (partially rolled back in 3027).
It is fixed in mac build now -- problem was bad format string to StringPrintf, where passed string instead of char*.
Review URL: http://codereview.chromium.org/6359
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3064 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/net_util.h')
-rw-r--r-- | net/base/net_util.h | 5 |
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__ |