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

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: 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..d63fde3e8779d225f03ea60a66ca73e46b356629 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="sync_account_list" />
newt (away) 2016/02/16 23:05:01 call this "synced_account"?
May 2016/02/17 13:24:31 Done.
<PreferenceCategory
android:key="sync_data_types"

Powered by Google App Engine
This is Rietveld 408576698