mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04: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.