Index: content/public/browser/download_manager_delegate.h |
=================================================================== |
--- content/public/browser/download_manager_delegate.h (revision 124549) |
+++ content/public/browser/download_manager_delegate.h (working copy) |
@@ -43,7 +43,7 @@ |
// give the answer. |
virtual void ChooseDownloadPath(WebContents* web_contents, |
const FilePath& suggested_path, |
- void* data) {} |
+ int32 download_id) {} |
// Allows the embedder to set an intermediate name for the download until it's |
// complete. If the embedder doesn't want this return the suggested path. |