chore: remove unused reference to api::BrowserView (#48474)

chore: remove unused reference to api::BrowserView

Unused since #35658 / 15c60143
This commit is contained in:
Charles Kerr
2025-10-08 03:43:28 -05:00
committed by GitHub
parent 16bcd645b5
commit 49c1139ab9

View File

@@ -50,10 +50,6 @@ namespace electron {
class ElectronMenuModel;
class BackgroundThrottlingSource;
namespace api {
class BrowserView;
}
#if BUILDFLAG(IS_MAC)
using NativeWindowHandle = gfx::NativeView;
#else
@@ -434,8 +430,6 @@ class NativeWindow : public base::SupportsUserData,
void UpdateBackgroundThrottlingState();
protected:
friend class api::BrowserView;
NativeWindow(const gin_helper::Dictionary& options, NativeWindow* parent);
void set_titlebar_overlay_height(int height) {