| 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 e05bce91535965612f856198d266017aa9bf4879..e03184dd2153b5e207b22daaff27e2a9643553f7 100644
|
| --- a/content/browser/download/download_manager_impl.h
|
| +++ b/content/browser/download/download_manager_impl.h
|
| @@ -62,7 +62,8 @@ class CONTENT_EXPORT DownloadManagerImpl
|
| bool prefer_cache,
|
| int64 post_id,
|
| const DownloadSaveInfo& save_info,
|
| - content::WebContents* web_contents) OVERRIDE;
|
| + content::WebContents* web_contents,
|
| + const OnStartedCallback& callback) OVERRIDE;
|
| virtual void AddObserver(Observer* observer) OVERRIDE;
|
| virtual void RemoveObserver(Observer* observer) OVERRIDE;
|
| virtual void OnPersistentStoreQueryComplete(
|
|
|