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

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.
This commit is contained in:
Charles Kerr 2025-04-18 16:14:45 -05:00 committed by GitHub
parent 437542767a
commit 926a6ee8bd
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,
};