[Android] Removed Google services from main settings
Chromium change: https://chromium.googlesource.com/chromium/src/+/333aadcb14d5fe2f9b4f62441b971324cf4d6e14 [Signin][Android] Remove the pre-MICE code in MainSyncSettings This cl removes legacy tests and code paths in MainSyncSettings prior to MOBILE_IDENTITY_CONSISTENCY rollout. Bug: 1206701
This commit is contained in:
@@ -118,6 +118,8 @@ public class BraveMainPreferencesBase
|
||||
removePreferenceIfPresent(MainSettings.PREF_UI_THEME);
|
||||
removePreferenceIfPresent(MainSettings.PREF_DOWNLOADS);
|
||||
removePreferenceIfPresent(MainSettings.PREF_SAFETY_CHECK);
|
||||
removePreferenceIfPresent(MainSettings.PREF_ACCOUNT_AND_GOOGLE_SERVICES_SECTION);
|
||||
removePreferenceIfPresent(MainSettings.PREF_GOOGLE_SERVICES);
|
||||
removePreferenceIfPresent(PREF_LANGUAGES);
|
||||
removePreferenceIfPresent(PREF_BASICS_SECTION);
|
||||
// removePreferenceIfPresent(PREF_HOMEPAGE);
|
||||
|
||||
Reference in New Issue
Block a user