refactor: remove WebContentsPermissionHelper::PermissionTypes::KEYBOARD_LOCK (#46677)

refactor: remove electron::WebContentsPermissionHelper::PermissionTypes::KEYBOARD_LOCK

This was added in 344aba0. In the time when this PR initially went up and
when 344aba0 landed, 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:
trop[bot] 2025-04-18 19:09:54 -05:00 committed by GitHub
parent 361753f61f
commit 2960f93ea5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,6 @@ class WebContentsPermissionHelper
SERIAL,
HID,
USB,
KEYBOARD_LOCK,
FILE_SYSTEM,
};