From a490d490c04bac74b2ac942b93bbf36960a039e8 Mon Sep 17 00:00:00 2001 From: Artem Samoilenko Date: Sat, 11 Oct 2025 14:31:02 -0400 Subject: [PATCH] [cr143][Android] Changes for kLinkedServicesSetting disabled code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Chromium changes: https://chromium.googlesource.com/chromium/src/+/8e0ca53362ef330a49b98c7add3a7857fc82405e commit 8e0ca53362ef330a49b98c7add3a7857fc82405e Author: Martin Šrámek Date: Tue Oct 7 11:40:45 2025 -0700 Remove the kLinkedServicesSetting disabled code on Desktop and Android Since the feature has been launched. Apart from removing many references to the feature, flag, and tests, we're also adapting the ManageSyncSettings code from the previous approach (where the old strings were set in the XML file and the new strings programmatically overwritten in the Java code) to one where the strings are simply set in the XML file. We're not removing the equivalent codepaths on iOS, where it hasn't launched yet. Bug: 343132001 Change-Id: I8b92689b67db9485e87dd99657a32f1601277553 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7006398 Reviewed-by: Rainhard Findling Commit-Queue: Martin Šrámek Reviewed-by: Marc Treib Cr-Commit-Position: refs/heads/main@{#1526439} --- android/java/res/xml/manage_sync_preferences.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/java/res/xml/manage_sync_preferences.xml b/android/java/res/xml/manage_sync_preferences.xml index dfc59c6bf49..33b9360b70a 100644 --- a/android/java/res/xml/manage_sync_preferences.xml +++ b/android/java/res/xml/manage_sync_preferences.xml @@ -85,8 +85,8 @@ + android:title="@string/sign_in_personalize_google_services_title" + android:summary="@string/sign_in_personalize_google_services_summary"/>