chore: remove unused field ElectronBrowserClient::browser_main_parts_
(#42966)
chore: remove unused field ElectronBrowserClient::browser_main_parts_
caller removed in 48d0b09a
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:
parent
670cc53f5a
commit
7c791ec22c
2 changed files with 1 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue