From 2960f93ea5f8cb99a3e92cb7759321d33e625e91 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 19:09:54 -0500 Subject: [PATCH] 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 --- shell/browser/web_contents_permission_helper.h | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/browser/web_contents_permission_helper.h b/shell/browser/web_contents_permission_helper.h index 0bf7ea496521..21a38abadf81 100644 --- a/shell/browser/web_contents_permission_helper.h +++ b/shell/browser/web_contents_permission_helper.h @@ -31,7 +31,6 @@ class WebContentsPermissionHelper SERIAL, HID, USB, - KEYBOARD_LOCK, FILE_SYSTEM, };