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

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

last use removed in 2018 by 3f15f516
This commit is contained in:
Charles Kerr 2025-04-05 00:39:17 -05:00 committed by GitHub
parent 4e33d1690d
commit 052da50aeb
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();