chore: remove unused typedef CreateDownloadPathCallback (#42968)

chore: remove unused typedef ElectronDownloadManagerDelegate::CreateDownloadPathCallback

use was removed in e3c580e9

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
trop[bot] 2024-07-19 21:44:54 -05:00 committed by GitHub
parent daf8d22e07
commit e259dd591f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,9 +20,6 @@ namespace electron {
class ElectronDownloadManagerDelegate
: public content::DownloadManagerDelegate {
public:
using CreateDownloadPathCallback =
base::RepeatingCallback<void(const base::FilePath&)>;
explicit ElectronDownloadManagerDelegate(content::DownloadManager* manager);
~ElectronDownloadManagerDelegate() override;