mirror of
https://github.com/electron/electron.git
synced 2026-01-25 07:18:18 -05:00
Previously, the suggested file name(Always 'empty') returned by 'download_item->GetSuggestedFilename' is not the same with the default one saved in local disk. The patch reimplement this API allowing it to return the default file name, which is more expected from user.