[cr133] kKeyboardAndPointerLockPrompt disaled upstream
A patch was introduced to disable this feature in the upstream source, however that patch is not required anymore, as a change has landed in upstream as well for that. Chromium change: https://chromium.googlesource.com/chromium/src/+/62c590ccb530565b3ece10b764b915252c51b5bc commit 62c590ccb530565b3ece10b764b915252c51b5bc Author: Muyao Xu <muyaoxu@google.com> Date: Mon Jan 6 12:40:48 2025 -0800 [KP Permission] Disable the feature KeyboardAndPointerLockPrompt Bug: 385395442
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
diff --git a/components/permissions/features.cc b/components/permissions/features.cc
|
||||
index fca3eddfcaca2cd193906140e4a9b88611526155..4d6e688e11bdf2730ff473053db91a836a1beaa3 100644
|
||||
--- a/components/permissions/features.cc
|
||||
+++ b/components/permissions/features.cc
|
||||
@@ -23,7 +23,7 @@ BASE_FEATURE(kOneTimePermission,
|
||||
#if !BUILDFLAG(IS_ANDROID)
|
||||
BASE_FEATURE(kKeyboardAndPointerLockPrompt,
|
||||
"KeyboardAndPointerLockPrompt",
|
||||
- base::FEATURE_ENABLED_BY_DEFAULT);
|
||||
+ base::FEATURE_DISABLED_BY_DEFAULT);
|
||||
#endif // !BUILDFLAG(IS_ANDROID)
|
||||
|
||||
// Enables different positioning of the permission dialog, so that it's placed
|
||||
Reference in New Issue
Block a user