chore: remove unused typedef CreateDownloadPathCallback (#42949)
chore: remove unused typedef ElectronDownloadManagerDelegate::CreateDownloadPathCallback
use was removed in e3c580e9
This commit is contained in:
parent
32a74b0942
commit
5b7ed6097e
1 changed files with 0 additions and 3 deletions
|
@ -20,9 +20,6 @@ namespace electron {
|
||||||
class ElectronDownloadManagerDelegate
|
class ElectronDownloadManagerDelegate
|
||||||
: public content::DownloadManagerDelegate {
|
: public content::DownloadManagerDelegate {
|
||||||
public:
|
public:
|
||||||
using CreateDownloadPathCallback =
|
|
||||||
base::RepeatingCallback<void(const base::FilePath&)>;
|
|
||||||
|
|
||||||
explicit ElectronDownloadManagerDelegate(content::DownloadManager* manager);
|
explicit ElectronDownloadManagerDelegate(content::DownloadManager* manager);
|
||||||
~ElectronDownloadManagerDelegate() override;
|
~ElectronDownloadManagerDelegate() override;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue