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" |