mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
refactor: remove WebContentsPermissionHelper::PermissionTypes::KEYBOARD_LOCK (#46670)
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.
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