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/sdch_manager.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/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); |