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
|
@ -2081,7 +2081,7 @@ void WebContents::OnRendererMessageSync(content::RenderFrameHost* frame_host,
|
|||
void WebContents::OnRendererMessageTo(content::RenderFrameHost* frame_host,
|
||||
bool send_to_all,
|
||||
int32_t web_contents_id,
|
||||
const base::string16& channel,
|
||||
const std::string& channel,
|
||||
const base::ListValue& args) {
|
||||
auto* web_contents = mate::TrackableObject<WebContents>::FromWeakMapID(
|
||||
isolate(), web_contents_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue