Add initial support for loading into isolated world
This commit is contained in:
parent
4ebe54043a
commit
736befe90f
5 changed files with 104 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
namespace atom {
|
||||
|
||||
class AtomBindings;
|
||||
class AtomIsolatedWorld;
|
||||
class PreferencesManager;
|
||||
class NodeBindings;
|
||||
|
||||
|
@ -64,6 +65,7 @@ class AtomRendererClient : public content::ContentRendererClient {
|
|||
std::unique_ptr<NodeBindings> node_bindings_;
|
||||
std::unique_ptr<AtomBindings> atom_bindings_;
|
||||
std::unique_ptr<PreferencesManager> preferences_manager_;
|
||||
std::unique_ptr<AtomIsolatedWorld> isolated_world_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(AtomRendererClient);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue