Remove RemoteObject, C++ layer should only have basic bridges.

This commit is contained in:
Cheng Zhao 2013-04-22 16:16:55 +08:00
parent db0717851d
commit 2ba3ce740c
5 changed files with 1 additions and 131 deletions

View file

@ -16,7 +16,7 @@
#define IPC_MESSAGE_START ShellMsgStart
IPC_SYNC_MESSAGE_CONTROL2_1(AtomViewHostMsg_Allocate_Object,
std::string /* type name */,
std::string /* module */,
DictionaryValue /* options */,
int /* object id */)