Browse Source

chore: remove unused typedef CreateDownloadPathCallback (#42949)

chore: remove unused typedef ElectronDownloadManagerDelegate::CreateDownloadPathCallback

use was removed in e3c580e9
Charles Kerr 9 months ago
parent
commit
5b7ed6097e
1 changed files with 0 additions and 3 deletions
  1. 0 3
      shell/browser/electron_download_manager_delegate.h

+ 0 - 3
shell/browser/electron_download_manager_delegate.h

@@ -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;