chore: cleanup unused WebContents::DereferenceRemoteJSObject() (#24167)
This commit is contained in:
parent
e1e73fa5f5
commit
cb6476fd12
3 changed files with 0 additions and 23 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue