diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 18:40:05 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 18:40:05 +0000 |
commit | 72569645fdd3ab18b27466e5d32149b2d2ed1172 (patch) | |
tree | 7d68a44f5e8dff7d30b73f9a6ecea3668c94f9f1 /net/base/sdch_manager.h | |
parent | ddf9d4aea57b36326ace447318cc06beb21ff9d2 (diff) | |
download | chromium_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/sdch_manager.h')
-rw-r--r-- | net/base/sdch_manager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/base/sdch_manager.h b/net/base/sdch_manager.h index 7926b52..ae5f2d3 100644 --- a/net/base/sdch_manager.h +++ b/net/base/sdch_manager.h @@ -72,9 +72,6 @@ class SdchManager { const GURL& url() const { return url_; } const std::string& client_hash() const { return client_hash_; } - // For a given URL, get the actual or default port. - static int GetPortIncludingDefault(const GURL& url); - // Security method to check if we can advertise this dictionary for use // if the |target_url| returns SDCH compressed data. bool CanAdvertise(const GURL& target_url); |