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 a02e58ee1bdf08aebc740376f0ddf9cc0e61267d..6c4168f6c1bcf4d956eb3608311350995d5a4448 100644 |
--- a/content/browser/download/download_manager_impl.h |
+++ b/content/browser/download/download_manager_impl.h |
@@ -63,7 +63,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( |