chore: cleanup unused WebContents::DereferenceRemoteJSObject() (#24167)

This commit is contained in:
Milan Burda
2020-06-17 16:50:21 +02:00
committed by GitHub
parent e1e73fa5f5
commit cb6476fd12
3 changed files with 0 additions and 23 deletions

View File

@@ -72,13 +72,6 @@ interface ElectronBrowser {
string channel,
blink.mojom.CloneableMessage arguments);
// This is an API specific to the "remote" module, and will ultimately be
// replaced by generic IPC once WeakRef is generally available.
[EnableIf=enable_remote_module]
DereferenceRemoteJSObject(
string context_id,
int32 object_id);
UpdateDraggableRegions(
array<DraggableRegion> regions);