refactor: use std::string instead of base::string16 for IPC channel names (ipcRenderer.sendTo) (#14302)
This commit is contained in:
parent
5f6706ac33
commit
2a253c73db
5 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@ IPC_SYNC_MESSAGE_ROUTED2_1(AtomFrameHostMsg_Message_Sync,
|
|||
IPC_MESSAGE_ROUTED4(AtomFrameHostMsg_Message_To,
|
||||
bool /* send_to_all */,
|
||||
int32_t /* web_contents_id */,
|
||||
base::string16 /* channel */,
|
||||
std::string /* channel */,
|
||||
base::ListValue /* arguments */)
|
||||
|
||||
IPC_MESSAGE_ROUTED3(AtomFrameMsg_Message,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue