diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 20:49:52 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 20:49:52 +0000 |
commit | a0ce3284a4fb3aee664c8ad998fb6c4d4b8d0080 (patch) | |
tree | 2a160a7305bbf6ef8f02249fa2c86af28676263c /chrome/browser/download/download_util.h | |
parent | dcc592a99ae6a563a200cf253d1d3856c511582d (diff) | |
download | chromium_src-a0ce3284a4fb3aee664c8ad998fb6c4d4b8d0080.zip chromium_src-a0ce3284a4fb3aee664c8ad998fb6c4d4b8d0080.tar.gz chromium_src-a0ce3284a4fb3aee664c8ad998fb6c4d4b8d0080.tar.bz2 |
Move simple download calls to chrome code to use ContentBrowserClient interface.
BUG=82782
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97477
Review URL: http://codereview.chromium.org/7670086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97506 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download/download_util.h')
-rw-r--r-- | chrome/browser/download/download_util.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h index fb5886d..8b6b1d4 100644 --- a/chrome/browser/download/download_util.h +++ b/chrome/browser/download/download_util.h @@ -181,16 +181,6 @@ void AppendNumberToPath(FilePath* path, int number); // a number, -1 is returned. int GetUniquePathNumber(const FilePath& path); -// Download the URL. Must be called on the IO thread. -void DownloadUrl(const GURL& url, - const GURL& referrer, - const std::string& referrer_charset, - const DownloadSaveInfo& save_info, - ResourceDispatcherHost* rdh, - int render_process_host_id, - int render_view_id, - const content::ResourceContext* context); - // Same as GetUniquePathNumber, except that it also checks the existence // of its .crdownload intermediate path. // If |path| does not exist, 0 is returned. If it fails to find such |