refactor: don't expose NavigationController as an internal module (#15920)
This commit is contained in:
parent
559fd5cb31
commit
a33eeda4f7
4 changed files with 4 additions and 5 deletions
|
@ -30,9 +30,7 @@ module.exports = [
|
|||
{ name: 'Tray', file: 'tray' },
|
||||
{ name: 'View', file: 'view' },
|
||||
{ name: 'webContents', file: 'web-contents' },
|
||||
{ name: 'WebContentsView', file: 'web-contents-view' },
|
||||
// The internal modules, invisible unless you know their names.
|
||||
{ name: 'NavigationController', file: 'navigation-controller', private: true }
|
||||
{ name: 'WebContentsView', file: 'web-contents-view' }
|
||||
]
|
||||
|
||||
if (features.isViewApiEnabled()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue