No more C++ RecordedObject and ObjectsRegistry code.
All RPC API will be implemented in pure javascript.
This commit is contained in:
parent
d723173bc7
commit
0692776020
9 changed files with 9 additions and 161 deletions
|
@ -4,13 +4,11 @@
|
|||
|
||||
#include "browser/atom_browser_context.h"
|
||||
|
||||
#include "browser/api/atom_api_objects_registry.h"
|
||||
#include "browser/atom_browser_main_parts.h"
|
||||
|
||||
namespace atom {
|
||||
|
||||
AtomBrowserContext::AtomBrowserContext()
|
||||
: objects_registry_(new api::ObjectsRegistry) {
|
||||
AtomBrowserContext::AtomBrowserContext() {
|
||||
}
|
||||
|
||||
AtomBrowserContext::~AtomBrowserContext() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue