feat: route deprecated sync clipboard read through permission checks (#45473)

This commit is contained in:
Robo 2025-02-06 00:28:01 +09:00 committed by GitHub
commit 02d1f557cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 441 additions and 34 deletions

View file

@ -25,17 +25,6 @@ interface ElectronAutofillDriver {
HideAutofillPopup();
};
interface ElectronWebContentsUtility {
// Informs underlying WebContents that first non-empty layout was performed
// by compositor.
OnFirstNonEmptyLayout();
SetTemporaryZoomLevel(double zoom_level);
[Sync]
DoGetZoomLevel() => (double result);
};
interface ElectronApiIPC {
// Emits an event on |channel| from the ipcMain JavaScript object in the main
// process.