diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-03 21:45:06 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-03 21:45:06 +0000 |
commit | 37d39aa90e3121030f129407a82d53e50a85837d (patch) | |
tree | 1be396760ac136abcd0d1397b3d8b8a127c59bc0 /chrome/browser/net/url_fixer_upper.h | |
parent | 340943147a0cae34ab3dd20f0b97def51abab24e (diff) | |
download | chromium_src-37d39aa90e3121030f129407a82d53e50a85837d.zip chromium_src-37d39aa90e3121030f129407a82d53e50a85837d.tar.gz chromium_src-37d39aa90e3121030f129407a82d53e50a85837d.tar.bz2 |
Remove the deprecated version of FixupURL and fix the callers.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/455022
Patch from tfarina.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33728 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/net/url_fixer_upper.h')
-rw-r--r-- | chrome/browser/net/url_fixer_upper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/net/url_fixer_upper.h b/chrome/browser/net/url_fixer_upper.h index 9a4b35b..29e6432 100644 --- a/chrome/browser/net/url_fixer_upper.h +++ b/chrome/browser/net/url_fixer_upper.h @@ -42,9 +42,6 @@ namespace URLFixerUpper { // instead of ".com"). std::string FixupURL(const std::string& text, const std::string& desired_tld); - // Deprecated temporary compatibility function. - std::wstring FixupURL(const std::wstring& text, - const std::wstring& desired_tld); // Converts |text| to a fixed-up URL, allowing it to be a relative path on // the local filesystem. Begin searching in |base_dir|; if empty, use the |