diff --git a/app/brave_main_delegate_browsertest.cc b/app/brave_main_delegate_browsertest.cc index dd6a2150183d..90a30da72d5b 100644 --- a/app/brave_main_delegate_browsertest.cc +++ b/app/brave_main_delegate_browsertest.cc @@ -123,7 +123,6 @@ IN_PROC_BROWSER_TEST_F(BraveMainDelegateBrowserTest, DisabledFeatures) { &blink::features::kPrivateAggregationApi, &blink::features::kSharedStorageAPI, &blink::features::kSharedStorageSelectURLLimit, - &blink::features::kSharedStorageReportEventLimit, &blink::features::kSpeculationRulesHeaderEnableThirdPartyOriginTrial, &blink::features::kSpeculationRulesPrefetchFuture, &blink::features::kSpeculationRulesPrefetchProxy, diff --git a/chromium_src/third_party/blink/common/features.cc b/chromium_src/third_party/blink/common/features.cc index d9a7c1d51a01..012955105d09 100644 --- a/chromium_src/third_party/blink/common/features.cc +++ b/chromium_src/third_party/blink/common/features.cc @@ -38,7 +38,6 @@ OVERRIDE_FEATURE_DEFAULT_STATES({{ {kReduceUserAgentMinorVersion, base::FEATURE_ENABLED_BY_DEFAULT}, {kSharedStorageAPI, base::FEATURE_DISABLED_BY_DEFAULT}, {kSharedStorageSelectURLLimit, base::FEATURE_DISABLED_BY_DEFAULT}, - {kSharedStorageReportEventLimit, base::FEATURE_DISABLED_BY_DEFAULT}, {kSpeculationRulesHeaderEnableThirdPartyOriginTrial, base::FEATURE_DISABLED_BY_DEFAULT}, {kSpeculationRulesPrefetchFuture, base::FEATURE_DISABLED_BY_DEFAULT},