Initialize node integration after window object is cleared

This commit is contained in:
Cheng Zhao 2015-01-21 16:40:19 -08:00
parent 706f547287
commit ef15b670a9
3 changed files with 27 additions and 14 deletions

View file

@ -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);
};