diff --git a/build/cromite_patches_list.txt b/build/cromite_patches_list.txt index e0d2acb0..034709a9 100644 --- a/build/cromite_patches_list.txt +++ b/build/cromite_patches_list.txt @@ -96,7 +96,6 @@ Guard-for-user-agent-reduction.patch Add-menu-item-to-view-source.patch Revert-removal-of-execution-context-address-space.patch Block-gateway-attacks-via-websockets.patch -Enable-prefetch-privacy-changes-by-default.patch Enable-darken-websites-checkbox-in-themes.patch Remove-blocklisted-URLs-upon-bookmark-creation.patch Disable-the-DIAL-repeating-discovery.patch diff --git a/build/patches/Enable-prefetch-privacy-changes-by-default.patch b/build/patches/Enable-prefetch-privacy-changes-by-default.patch deleted file mode 100644 index 913d3627..00000000 --- a/build/patches/Enable-prefetch-privacy-changes-by-default.patch +++ /dev/null @@ -1,17 +0,0 @@ -From: csagan5 <32685696+csagan5@users.noreply.github.com> -Date: Fri, 31 Jul 2020 08:27:26 +0200 -Subject: Enable prefetch-privacy-changes by default - -License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html ---- - .../features_cc/Enable-prefetch-privacy-changes-by-default.inc | 1 + - 1 file changed, 1 insertion(+) - create mode 100644 cromite_flags/third_party/blink/common/features_cc/Enable-prefetch-privacy-changes-by-default.inc - -diff --git a/cromite_flags/third_party/blink/common/features_cc/Enable-prefetch-privacy-changes-by-default.inc b/cromite_flags/third_party/blink/common/features_cc/Enable-prefetch-privacy-changes-by-default.inc -new file mode 100644 ---- /dev/null -+++ b/cromite_flags/third_party/blink/common/features_cc/Enable-prefetch-privacy-changes-by-default.inc -@@ -0,0 +1 @@ -+SET_CROMITE_FEATURE_ENABLED(kPrefetchPrivacyChanges); ---