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

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

Issue 1222203008: [Sync] Add priority preferences datatype for mobile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test Created 5 years, 5 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 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"

Powered by Google App Engine
This is Rietveld 408576698