chore: remove unused and broken ipcRendererInternal.sendTo() (#29743)

This commit is contained in:
Milan Burda
2021-06-18 06:26:18 +02:00
committed by GitHub
parent 6b4c59b8d8
commit de6696ef1d
10 changed files with 12 additions and 25 deletions

View File

@@ -63,7 +63,6 @@ interface ElectronBrowser {
// Emits an event from the |ipcRenderer| JavaScript object in the target
// WebContents's main frame, specified by |web_contents_id|.
MessageTo(
bool internal,
int32 web_contents_id,
string channel,
blink.mojom.CloneableMessage arguments);