Initialize node integration after window object is cleared
This commit is contained in:
parent
706f547287
commit
ef15b670a9
3 changed files with 27 additions and 14 deletions
|
@ -66,6 +66,9 @@ class AtomRendererClient : public content::ContentRendererClient,
|
|||
// The main frame.
|
||||
blink::WebFrame* main_frame_;
|
||||
|
||||
// Whether we have already initialized.
|
||||
bool is_initialized_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(AtomRendererClient);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue