Insert node integration for all main frames

This commit is contained in:
Cheng Zhao 2015-08-31 21:59:13 +08:00
parent 9ecc4bcb7d
commit ebedb60684
2 changed files with 3 additions and 9 deletions

View file

@ -64,9 +64,6 @@ class AtomRendererClient : public content::ContentRendererClient,
scoped_ptr<NodeBindings> node_bindings_;
scoped_ptr<AtomBindings> atom_bindings_;
// The main frame.
blink::WebFrame* main_frame_;
DISALLOW_COPY_AND_ASSIGN(AtomRendererClient);
};