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

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

Issue 2636023002: [Autofill and payments] Redesign Autofill settings UIs (Closed)
Patch Set: rebase Created 3 years, 11 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/main_preferences.xml
diff --git a/chrome/android/java/res/xml/main_preferences.xml b/chrome/android/java/res/xml/main_preferences.xml
index 30e4add391aec8b72eeb5a4bf50e41e8884a3076..45979b6e77824a6fd0fd13018ad774cae12e810d 100644
--- a/chrome/android/java/res/xml/main_preferences.xml
+++ b/chrome/android/java/res/xml/main_preferences.xml
@@ -16,9 +16,9 @@
android:key="search_engine"
android:title="@string/prefs_search_engine"/>
<org.chromium.chrome.browser.preferences.ChromeBasePreference
- android:fragment="org.chromium.chrome.browser.preferences.autofill.AutofillPreferences"
+ android:fragment="org.chromium.chrome.browser.preferences.autofill.AutofillAndPaymentsPreferences"
android:key="autofill_settings"
- android:title="@string/prefs_autofill" />
+ android:title="@string/prefs_autofill_and_payments" />
<org.chromium.chrome.browser.preferences.ChromeBasePreference
android:key="saved_passwords"/>
<Preference

Powered by Google App Engine
This is Rietveld 408576698