mirror of
https://github.com/electron/electron.git
synced 2026-01-10 16:08:06 -05:00
chore: remove unused typedef CreateDownloadPathCallback (#42949)
chore: remove unused typedef ElectronDownloadManagerDelegate::CreateDownloadPathCallback
use was removed in e3c580e9
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user