Procházet zdrojové kódy

remove "Disable search engine DSE automatic permission"

enabled by default upstream
Carmelo Messina před 3 roky
rodič
revize
1de3fb04dc

+ 0 - 1
build/bromite_patches_list.txt

@@ -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

+ 0 - 28
build/patches/Disable-search-engine-DSE-automatic-permission.patch

@@ -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
-