Support IPC messages in isolated context
This commit is contained in:
parent
073d8c2177
commit
78e0b80dc7
4 changed files with 10 additions and 1 deletions
|
@ -27,6 +27,8 @@ class AtomRendererClient : public content::ContentRendererClient {
|
|||
void WillReleaseScriptContext(
|
||||
v8::Handle<v8::Context> context, content::RenderFrame* render_frame);
|
||||
|
||||
v8::Local<v8::Context> GetContext();
|
||||
|
||||
private:
|
||||
enum NodeIntegration {
|
||||
ALL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue