Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1637)

Unified Diff: chrome/android/java/res/xml/sync_customization_preferences.xml

Issue 1660353002: Update account and sync management UX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO in comments for an additional task for the bug Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/xml/sync_customization_preferences.xml
diff --git a/chrome/android/java/res/xml/sync_customization_preferences.xml b/chrome/android/java/res/xml/sync_customization_preferences.xml
index 6d9b3864bd2262bba419a970baaa3fdd6879ad4b..f65a6ae129ce1ffeef72767c84348a78e364a65d 100644
--- a/chrome/android/java/res/xml/sync_customization_preferences.xml
+++ b/chrome/android/java/res/xml/sync_customization_preferences.xml
@@ -7,8 +7,11 @@
<org.chromium.chrome.browser.preferences.ChromeSwitchPreference
android:key="sync_switch"
- android:summaryOn="@string/text_on"
- android:summaryOff="@string/text_off" />
+ android:title="@string/sign_in_sync"
+ android:summary="@string/sync_description" />
+
+ <org.chromium.chrome.browser.preferences.SyncedAccountPreference
+ android:key="synced_account" />
<PreferenceCategory
android:key="sync_data_types"

Powered by Google App Engine
This is Rietveld 408576698