| Index: content/browser/download/download_manager_impl.h
|
| diff --git a/content/browser/download/download_manager_impl.h b/content/browser/download/download_manager_impl.h
|
| index 90dda08db981b1ee0744e1513009d513196854f4..16c068a22f570a4ab6889b1c1f47cf02e4dbe535 100644
|
| --- a/content/browser/download/download_manager_impl.h
|
| +++ b/content/browser/download/download_manager_impl.h
|
| @@ -57,14 +57,8 @@ class CONTENT_EXPORT DownloadManagerImpl
|
| base::Time remove_end) OVERRIDE;
|
| virtual int RemoveDownloads(base::Time remove_begin) OVERRIDE;
|
| virtual int RemoveAllDownloads() OVERRIDE;
|
| - virtual void DownloadUrl(const GURL& url,
|
| - const GURL& referrer,
|
| - const std::string& referrer_encoding,
|
| - bool prefer_cache,
|
| - int64 post_id,
|
| - const content::DownloadSaveInfo& save_info,
|
| - content::WebContents* web_contents,
|
| - const OnStartedCallback& callback) OVERRIDE;
|
| + virtual void DownloadUrl(
|
| + content::DownloadUrlParameters* params) OVERRIDE;
|
| virtual void AddObserver(Observer* observer) OVERRIDE;
|
| virtual void RemoveObserver(Observer* observer) OVERRIDE;
|
| virtual void OnPersistentStoreQueryComplete(
|
|
|