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

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

Issue 2109643003: Add billing address to masked server credit cards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add version_66.sql to the build file. Created 4 years, 6 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/autofill_preferences.xml
diff --git a/chrome/android/java/res/xml/autofill_preferences.xml b/chrome/android/java/res/xml/autofill_preferences.xml
index ee73d3160a327a978c039eeb54e212a585c07cf4..c87ae8e648aa221315562b5e9bd4711784c8a3d1 100644
--- a/chrome/android/java/res/xml/autofill_preferences.xml
+++ b/chrome/android/java/res/xml/autofill_preferences.xml
@@ -22,7 +22,7 @@
android:key="autofill_credit_cards"
android:enabled="true"
android:title="@string/autofill_credit_cards_title"
- android:fragment="org.chromium.chrome.browser.preferences.autofill.AutofillCreditCardEditor"
+ android:fragment="org.chromium.chrome.browser.preferences.autofill.AutofillLocalCardEditor"
android:contentDescription="@string/autofill_create_credit_card"
/>
« no previous file with comments | « chrome/android/java/res/values/dimens.xml ('k') | chrome/android/java/res/xml/autofill_server_card_preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698