Renderer can now use process.send to send messages to browser.
This commit is contained in:
parent
a7c3bdbf5d
commit
66a0abe799
17 changed files with 167 additions and 54 deletions
|
@ -19,7 +19,6 @@ class AtomBrowserContext : public brightray::BrowserContext {
|
|||
AtomBrowserContext();
|
||||
virtual ~AtomBrowserContext();
|
||||
|
||||
// We assume there is only one BrowserContext per browser process.
|
||||
static AtomBrowserContext* Get();
|
||||
|
||||
api::ObjectsRegistry* objects_registry() const {
|
||||
|
@ -27,8 +26,6 @@ class AtomBrowserContext : public brightray::BrowserContext {
|
|||
}
|
||||
|
||||
private:
|
||||
static AtomBrowserContext* self_;
|
||||
|
||||
scoped_ptr<api::ObjectsRegistry> objects_registry_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(AtomBrowserContext);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue