Remove crashed event forwarding

This commit is contained in:
Kevin Sawicki 2016-05-02 16:52:59 -07:00
parent 56cd57872c
commit 7685380105

View file

@ -43,11 +43,6 @@ BrowserWindow.prototype._init = function () {
}
})
// Forward the crashed event.
this.webContents.on('crashed', () => {
this.emit('crashed')
})
// Change window title to page title.
this.webContents.on('page-title-updated', (event, title) => {
// The page-title-updated event is not emitted immediately (see #3645), so