Index: content/public/browser/download_manager.h |
=================================================================== |
--- content/public/browser/download_manager.h (revision 124549) |
+++ content/public/browser/download_manager.h (working copy) |
@@ -226,8 +226,8 @@ |
virtual void ClearLastDownloadPath() = 0; |
// Called by the delegate after the save as dialog is closed. |
- virtual void FileSelected(const FilePath& path, void* params) = 0; |
- virtual void FileSelectionCanceled(void* params) = 0; |
+ virtual void FileSelected(const FilePath& path, int32 download_id) = 0; |
+ virtual void FileSelectionCanceled(int32 download_id) = 0; |
// Called by the delegate if it delayed the download in |
// DownloadManagerDelegate::ShouldStartDownload and now is ready. |