refactor: use public node::CallbackScope where possible (#27001)
* refactor: use public node::CallbackScope where possible * Remove unused node_env() getter
This commit is contained in:
parent
21024011d7
commit
b266b5208a
3 changed files with 4 additions and 8 deletions
|
@ -89,7 +89,6 @@ class ElectronBrowserMainParts : public content::BrowserMainParts {
|
|||
|
||||
Browser* browser() { return browser_.get(); }
|
||||
BrowserProcessImpl* browser_process() { return fake_browser_process_.get(); }
|
||||
NodeEnvironment* node_env() { return node_env_.get(); }
|
||||
|
||||
protected:
|
||||
// content::BrowserMainParts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue