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