chore: remove unused field ElectronBrowserClient::browser_main_parts_ (#42956)

chore: remove unused field ElectronBrowserClient::browser_main_parts_

caller removed in 48d0b09a
This commit is contained in:
Charles Kerr 2024-07-19 11:48:52 -05:00 committed by GitHub
parent 5773a2dce6
commit 32a74b0942
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 11 deletions

View file

@ -340,10 +340,6 @@ class ElectronBrowserClient : public content::ContentBrowserClient,
std::unique_ptr<ElectronHidDelegate> hid_delegate_;
std::unique_ptr<ElectronWebAuthenticationDelegate>
web_authentication_delegate_;
#if BUILDFLAG(IS_MAC)
raw_ptr<ElectronBrowserMainParts> browser_main_parts_ = nullptr;
#endif
};
} // namespace electron