mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
refactor: remove WebContentsPermissionHelper::PermissionTypes::KEYBOARD_LOCK (#46677)
refactor: remove electron::WebContentsPermissionHelper::PermissionTypes::KEYBOARD_LOCK This was added in344aba0. In the time when this PR initially went up and when344aba0landed, upstream added blink::PermissionTypes::KEYBOARD_LOCK. Our duplicate copy can be removed. Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
@@ -31,7 +31,6 @@ class WebContentsPermissionHelper
|
||||
SERIAL,
|
||||
HID,
|
||||
USB,
|
||||
KEYBOARD_LOCK,
|
||||
FILE_SYSTEM,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user