[Android] Removed Privacy Sandbox setting

Chromium change:
https://github.com/chromium/chromium/commit/2b22615d215b346d8751d508fbabbd5a923046fe

CL removes the flag controlling the first release of the Privacy
Sandbox settings, solidifying the feature as launched.

Bug: 1174572
This commit is contained in:
samartnik
2021-10-05 16:19:46 -04:00
committed by mkarolin
parent c4f9385651
commit 1e72e8457e
2 changed files with 1 additions and 1 deletions
@@ -219,6 +219,7 @@ public class BravePrivacySettings extends PrivacySettings {
removePreferenceIfPresent(PREF_AD_BLOCK);
removePreferenceIfPresent(PREF_SYNC_AND_SERVICES_LINK);
removePreferenceIfPresent(PREF_NETWORK_PREDICTIONS);
removePreferenceIfPresent(PREF_PRIVACY_SANDBOX);
updatePreferences();
}