chore: remove unused sendToAll + related APIs (#26771) (#27354)

This commit is contained in:
Milan Burda
2021-01-19 07:49:54 +01:00
committed by GitHub
parent c74780117e
commit a6af3bd8df
14 changed files with 24 additions and 97 deletions

View File

@@ -8,7 +8,6 @@ import "third_party/blink/public/mojom/messaging/transferable_message.mojom";
interface ElectronRenderer {
Message(
bool internal,
bool send_to_all,
string channel,
blink.mojom.CloneableMessage arguments,
int32 sender_id);
@@ -67,7 +66,6 @@ interface ElectronBrowser {
// WebContents's main frame, specified by |web_contents_id|.
MessageTo(
bool internal,
bool send_to_all,
int32 web_contents_id,
string channel,
blink.mojom.CloneableMessage arguments);