diff --git a/build/patches/Disable-PrivateStateTokens-API.patch b/build/patches/Disable-PrivateStateTokens-API.patch deleted file mode 100644 index 8608edb7..00000000 --- a/build/patches/Disable-PrivateStateTokens-API.patch +++ /dev/null @@ -1,18 +0,0 @@ -From: uazo -Date: Mon, 15 May 2023 12:33:18 +0000 -Subject: Disable PrivateStateTokens API - -License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html ---- - .../public/cpp/features_cc/Disable-PrivateStateTokens-API.inc | 2 ++ - 1 file changed, 2 insertions(+) - create mode 100644 cromite_flags/services/network/public/cpp/features_cc/Disable-PrivateStateTokens-API.inc - -diff --git a/cromite_flags/services/network/public/cpp/features_cc/Disable-PrivateStateTokens-API.inc b/cromite_flags/services/network/public/cpp/features_cc/Disable-PrivateStateTokens-API.inc -new file mode 100644 ---- /dev/null -+++ b/cromite_flags/services/network/public/cpp/features_cc/Disable-PrivateStateTokens-API.inc -@@ -0,0 +1,2 @@ -+SET_CROMITE_FEATURE_DISABLED(kPrivateStateTokens); -+SET_CROMITE_FEATURE_DISABLED(kFledgePst); --- diff --git a/build/patches/Disable-conversion-measurement-api.patch b/build/patches/Disable-conversion-measurement-api.patch index 0a90fb99..160f4b57 100644 --- a/build/patches/Disable-conversion-measurement-api.patch +++ b/build/patches/Disable-conversion-measurement-api.patch @@ -30,14 +30,14 @@ License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html .../browser/AttributionOsLevelManager.java | 349 +----------------- .../public/browser/content_browser_client.cc | 7 +- .../public/browser/navigation_controller.cc | 1 - - .../Disable-conversion-measurement-api.inc | 1 + - .../Disable-conversion-measurement-api.inc | 8 + + .../Disable-conversion-measurement-api.inc | 3 + + .../Disable-conversion-measurement-api.inc | 9 + .../attribution/request_headers_internal.cc | 1 + .../network/public/cpp/attribution_utils.cc | 2 + third_party/blink/renderer/core/page/page.cc | 2 +- .../platform/runtime_enabled_features.json5 | 10 +- ui/events/android/motion_event_android.cc | 6 +- - 26 files changed, 74 insertions(+), 381 deletions(-) + 26 files changed, 77 insertions(+), 381 deletions(-) create mode 100644 cromite_flags/services/network/public/cpp/features_cc/Disable-conversion-measurement-api.inc create mode 100644 cromite_flags/third_party/blink/common/features_cc/Disable-conversion-measurement-api.inc @@ -824,18 +824,21 @@ diff --git a/cromite_flags/services/network/public/cpp/features_cc/Disable-conve new file mode 100644 --- /dev/null +++ b/cromite_flags/services/network/public/cpp/features_cc/Disable-conversion-measurement-api.inc -@@ -0,0 +1 @@ +@@ -0,0 +1,3 @@ +SET_CROMITE_FEATURE_DISABLED(kAttributionReportingCrossAppWeb); ++SET_CROMITE_FEATURE_DISABLED(kPrivateStateTokens); ++SET_CROMITE_FEATURE_DISABLED(kFledgePst); diff --git a/cromite_flags/third_party/blink/common/features_cc/Disable-conversion-measurement-api.inc b/cromite_flags/third_party/blink/common/features_cc/Disable-conversion-measurement-api.inc new file mode 100644 --- /dev/null +++ b/cromite_flags/third_party/blink/common/features_cc/Disable-conversion-measurement-api.inc -@@ -0,0 +1,8 @@ +@@ -0,0 +1,9 @@ +SET_CROMITE_FEATURE_DISABLED(kAdAuctionReportingWithMacroApi); +SET_CROMITE_FEATURE_DISABLED(kAdAuctionSignals); +SET_CROMITE_FEATURE_DISABLED(kBrowsingTopics); +SET_CROMITE_FEATURE_DISABLED(kBrowsingTopicsDocumentAPI); +SET_CROMITE_FEATURE_DISABLED(kBrowsingTopicsParameters); ++SET_CROMITE_FEATURE_DISABLED(kFledge); +SET_CROMITE_FEATURE_DISABLED(kFledgeBiddingAndAuctionServer); +SET_CROMITE_FEATURE_DISABLED(kInterestGroupStorage); +SET_CROMITE_FEATURE_DISABLED(kPrivateAggregationApi);