refactor: remove unused electron::api::App::FileIconCallback (#46511)

refactor: remove electron::api::App::FileIconCallback

last use removed in 2018 by 3f15f516

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] 2025-04-05 10:44:15 -05:00 committed by GitHub
parent 12cae22e22
commit bd134a7f78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,10 +34,6 @@ namespace base {
class FilePath;
}
namespace gfx {
class Image;
}
namespace gin {
template <typename T>
class Handle;
@ -65,9 +61,6 @@ class App final : public ElectronBrowserClient::Delegate,
private content::GpuDataManagerObserver,
private content::BrowserChildProcessObserver {
public:
using FileIconCallback =
base::RepeatingCallback<void(v8::Local<v8::Value>, const gfx::Image&)>;
static gin::Handle<App> Create(v8::Isolate* isolate);
static App* Get();