remove "Disable search engine DSE automatic permission"

enabled by default upstream
This commit is contained in:
Carmelo Messina 2022-02-03 19:22:27 +01:00
parent b6e7de5b28
commit 1de3fb04dc
No known key found for this signature in database
GPG key ID: 968894BE688289FD
2 changed files with 0 additions and 29 deletions

View file

@ -70,7 +70,6 @@ Remove-SMS-integration.patch
Do-not-compile-QR-code-sharing.patch
Allow-website-sign-in-without-account-sign-in.patch
Offer-builtin-autocomplete-for-chrome-flags.patch
Disable-search-engine-DSE-automatic-permission.patch
Add-flag-to-disable-IPv6-probes.patch
Add-a-proxy-configuration-page.patch
Use-4-tile-rows-never-show-logo.patch

View file

@ -1,28 +0,0 @@
From: csagan5 <32685696+csagan5@users.noreply.github.com>
Date: Thu, 19 Aug 2021 23:11:16 +0200
Subject: Disable search engine DSE automatic permission
---
components/permissions/features.cc | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/components/permissions/features.cc b/components/permissions/features.cc
--- a/components/permissions/features.cc
+++ b/components/permissions/features.cc
@@ -71,7 +71,13 @@ const base::Feature kPermissionPredictionServiceUseUrlOverride{
// When enabled, the Default Search Engine does not automatically receive the
// "geolocation" and "notifications" permissions. DSE only applies to Android.
const base::Feature kRevertDSEAutomaticPermissions{
+<<<<<<< found
"RevertDSEAutomaticPermissions", base::FEATURE_ENABLED_BY_DEFAULT};
+||||||| expected
+ "RevertDSEAutomaticPermissions", base::FEATURE_DISABLED_BY_DEFAULT};
+=======
+ "RevertDSEAutomaticPermissions", base::FEATURE_ENABLED_BY_DEFAULT};
+>>>>>>> replacement
#endif // defined(OS_ANDROID)
} // namespace features
--
2.20.1