test: fix test for desktopCapturer preventDefault (#20100)

This commit is contained in:
Jeremy Apthorp 2019-09-04 13:54:40 -07:00 committed by GitHub
parent 8b523cf88a
commit a453f2ae6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 14 deletions

View file

@ -168,7 +168,6 @@ ipcMain.on('handle-next-ipc-message-sync', function (event, returnValue) {
})
for (const eventName of [
'desktop-capturer-get-sources',
'remote-get-guest-web-contents'
]) {
ipcMain.on(`handle-next-${eventName}`, function (event, returnValue) {