fix: small refactoring regressions (#15206)

* fix: require('@electron/internal/browser/guest-view-manager')

* fix: add missing crashServicePid used by tests
This commit is contained in:
Milan Burda 2018-10-17 21:18:18 +02:00 committed by Shelley Vohr
parent a369a4172b
commit 508551b81b
4 changed files with 9 additions and 4 deletions

View file

@ -19,7 +19,7 @@ crashReporter.start({
})
if (process.platform === 'win32') {
ipcRenderer.sendSync('crash-service-pid', crashReporter._crashServiceProcess.pid)
ipcRenderer.sendSync('crash-service-pid', crashReporter.crashServicePid)
}
setImmediate(() => {