| 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 5a798582ac0c4cf22c1dd0b05d0f225948963032..d98e177b17fa08e61d34999870b23343dcc08bab 100644
|
| --- a/chrome/android/java/res/xml/sync_customization_preferences.xml
|
| +++ b/chrome/android/java/res/xml/sync_customization_preferences.xml
|
| @@ -37,6 +37,10 @@
|
| android:persistent="false"
|
| android:key="sync_recent_tabs"
|
| android:title="@string/sync_recent_tabs"/>
|
| + <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference
|
| + android:persistent="false"
|
| + android:key="sync_settings"
|
| + android:title="@string/sync_settings"/>
|
| </PreferenceCategory>
|
| <Preference
|
| android:key="encryption"
|
|
|