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 243ee6ca359a8009c0c39f7588c257d30ed18b2e..6b5c7b7a20d2ffaadb3ef7fd723ca3b3a597ebbd 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( |