Pass web runtime features by command line.

This commit is contained in:
Cheng Zhao 2014-09-09 11:08:30 +08:00
parent 81241b38eb
commit 8de90db429
3 changed files with 50 additions and 0 deletions

View file

@ -61,6 +61,8 @@ class AtomRendererClient : public content::ContentRendererClient,
bool is_server_redirect,
bool* send_referrer) OVERRIDE;
void EnableWebRuntimeFeatures();
std::vector<node::Environment*> web_page_envs_;
scoped_ptr<NodeBindings> node_bindings_;