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 when344aba0
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:
parent
361753f61f
commit
2960f93ea5
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ class WebContentsPermissionHelper
|
||||||
SERIAL,
|
SERIAL,
|
||||||
HID,
|
HID,
|
||||||
USB,
|
USB,
|
||||||
KEYBOARD_LOCK,
|
|
||||||
FILE_SYSTEM,
|
FILE_SYSTEM,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue