Skip to content

Commit

Permalink
Disables Fledge Interest Groups.
Browse files Browse the repository at this point in the history
Feature and origin trial.

Fixes brave/brave-browser#15847
  • Loading branch information
mkarolin committed May 18, 2021
1 parent 5eb0319 commit 5acfba9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/brave_main_delegate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
std::unordered_set<const char*> disabled_features = {
autofill::features::kAutofillEnableAccountWalletStorage.name,
autofill::features::kAutofillServerCommunication.name,
blink::features::kFledgeInterestGroupAPI.name,
blink::features::kFledgeInterestGroups.name,
blink::features::kHandwritingRecognitionWebPlatformApi.name,
blink::features::kHandwritingRecognitionWebPlatformApiFinch.name,
blink::features::kInterestCohortAPIOriginTrial.name,
Expand Down
2 changes: 2 additions & 0 deletions app/brave_main_delegate_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ IN_PROC_BROWSER_TEST_F(BraveMainDelegateBrowserTest, DisabledFeatures) {
const base::Feature* disabled_features[] = {
&autofill::features::kAutofillEnableAccountWalletStorage,
&autofill::features::kAutofillServerCommunication,
&blink::features::kFledgeInterestGroupAPI,
&blink::features::kFledgeInterestGroups,
&blink::features::kHandwritingRecognitionWebPlatformApi,
&blink::features::kHandwritingRecognitionWebPlatformApiFinch,
&blink::features::kInterestCohortAPIOriginTrial,
Expand Down

0 comments on commit 5acfba9

Please sign in to comment.