Don't fork renderer process for guest
This commit is contained in:
parent
4ccb0cccf3
commit
58a38d90b8
10 changed files with 25 additions and 36 deletions
|
@ -1,10 +1,7 @@
|
|||
ipc = require 'ipc'
|
||||
webFrame = require 'web-frame'
|
||||
|
||||
requestId = 0
|
||||
|
||||
ipc.on 'ATOM_SHELL_WEB_CONTENTS_SET_NAME', (name) ->
|
||||
|
||||
module.exports =
|
||||
createGuest: (type, params, callback) ->
|
||||
requestId++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue