diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-25 14:09:45 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-25 14:09:45 +0000 |
commit | 2d81b66fd8a968ef8d40e4de8bb2068d589f42d2 (patch) | |
tree | 11079a98fa6f2e9ab5be0d5dbd31fbb3fa981875 /chrome/browser/download/download_util.h | |
parent | eb5bc9758ab821209d8bcc3ab9ade9ffc4f4af07 (diff) | |
download | chromium_src-2d81b66fd8a968ef8d40e4de8bb2068d589f42d2.zip chromium_src-2d81b66fd8a968ef8d40e4de8bb2068d589f42d2.tar.gz chromium_src-2d81b66fd8a968ef8d40e4de8bb2068d589f42d2.tar.bz2 |
Make all drag sources not depend on download_util.
Apply the same change as r106124 to Mac/Win.
BUG=95573
TEST=no change
Review URL: http://codereview.chromium.org/8380021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107112 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download/download_util.h')
-rw-r--r-- | chrome/browser/download/download_util.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h index f71590a..3367fda 100644 --- a/chrome/browser/download/download_util.h +++ b/chrome/browser/download/download_util.h @@ -61,14 +61,6 @@ bool DownloadPathIsDangerous(const FilePath& download_path); void GenerateFileNameFromRequest(const DownloadItem& download_item, FilePath* generated_name); -// Generate a filename based on the URL, a suggested name and a MIME -// type. Similar in operation to net::GenerateFileName(), but uses a -// localized default name. -void GenerateFileNameFromSuggestedName(const GURL& url, - const std::string& suggested_name, - const std::string& mime_type, - FilePath* generated_name); - // Download progress animations ------------------------------------------------ // Arc sweep angle for use with downloads of unknown size |