From 8ea8e4273a6f5061b4694ddd8a5bf19fc7007c2d Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Sat, 22 Jul 2023 16:42:38 +0200 Subject: [PATCH] update patches list --- build/bromite_patches_list.txt | 6 ++--- ...d-flag-to-disable-external-intent-re.patch | 25 ------------------- 2 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 build/patches/00WIN-ADDTO-Add-flag-to-disable-external-intent-re.patch diff --git a/build/bromite_patches_list.txt b/build/bromite_patches_list.txt index d4765149..26097052 100644 --- a/build/bromite_patches_list.txt +++ b/build/bromite_patches_list.txt @@ -189,7 +189,6 @@ eyeo-beta-114.0.5735.53-v1-android_settings.patch eyeo-beta-114.0.5735.53-v1-extension_api.patch 00Eyeo-Adblock-Remove-Privacy-Issues.patch -00WIN-ADDTO-Add-an-always-incognito-mode.patch 00WIN-ADDTO-Experimental-user-scripts-support.patch 00WIN-ADDTO-ungoogled-chr--Disable-profile-avatar.patch 00WIN-ADDTO-Add-a-proxy-configuration-page.patch @@ -201,7 +200,6 @@ eyeo-beta-114.0.5735.53-v1-extension_api.patch 00WIN-ADDTO-Disable-various-metrics.patch 00WIN-ADDTO-Do-not-build-API-keys-infobar.patch 00WIN-ADDTO-Revert-flags--remove-num-raster-thre.patch -00WIN-ADDTO-Add-flag-to-disable-external-intent-re.patch 00WIN-ADDTO-Restore-Search-Ready-Omnibox-flag.patch 00WIN-ADDTO-Disable-requests-for-single-word-Omni.patch 00WIN-ADDTO-Logcat-crash-reports-UI.patch @@ -283,5 +281,5 @@ Timezone-customization.patch 00Lock-Profile-Cookie-Database.patch 00Show-warnings-on-downloads-over-HTTP.patch 00Compress-libchrome-to-free-up-some-space.patch - -00Cromite-Branding.patch \ No newline at end of file +00Cromite-Branding.patch +00Disable-Feeback-Collector.patch \ No newline at end of file diff --git a/build/patches/00WIN-ADDTO-Add-flag-to-disable-external-intent-re.patch b/build/patches/00WIN-ADDTO-Add-flag-to-disable-external-intent-re.patch deleted file mode 100644 index 03fb88e1..00000000 --- a/build/patches/00WIN-ADDTO-Add-flag-to-disable-external-intent-re.patch +++ /dev/null @@ -1,25 +0,0 @@ -From: Your Name -Date: Wed, 12 Oct 2022 12:00:43 +0000 -Subject: WIN ADDTO Add flag to disable external intent re - ---- - chrome/browser/about_flags.cc | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc ---- a/chrome/browser/about_flags.cc -+++ b/chrome/browser/about_flags.cc -@@ -3848,9 +3848,11 @@ const FeatureEntry kFeatureEntries[] = { - {"ui-disable-partial-swap", flag_descriptions::kUiPartialSwapName, - flag_descriptions::kUiPartialSwapDescription, kOsAll, - SINGLE_DISABLE_VALUE_TYPE(switches::kUIDisablePartialSwap)}, -+#if BUILDFLAG(IS_ANDROID) - {"disable-external-intent-requests", flag_descriptions::kDisableExternalIntentRequestsName, - flag_descriptions::kDisableExternalIntentRequestsDescription, kOsAll, - SINGLE_DISABLE_VALUE_TYPE("disable-external-intent-requests")}, -+#endif - {"disable-webrtc-hw-decoding", flag_descriptions::kWebrtcHwDecodingName, - flag_descriptions::kWebrtcHwDecodingDescription, kOsAndroid | kOsCrOS, - SINGLE_DISABLE_VALUE_TYPE(switches::kDisableWebRtcHWDecoding)}, --- -2.25.1