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

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

Issue 847023002: Changes to android autofill preferences for wallet integration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: its own page Created 5 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/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..b0df0952f236b17384fcbef614f88d0d6387ba92 100644
--- a/chrome/android/java/res/xml/autofill_preferences.xml
+++ b/chrome/android/java/res/xml/autofill_preferences.xml
@@ -10,6 +10,11 @@
android:summaryOn="@string/text_on"
android:summaryOff="@string/text_off" />
+ <org.chromium.chrome.browser.preferences.ChromeBasePreference
+ android:fragment="org.chromium.chrome.browser.preferences.autofill.AutofillWalletPreferences"
+ android:key="autofill_wallet"
+ android:title="@string/autofill_wallet_title" />
+
<org.chromium.chrome.browser.preferences.PreferenceCategoryWithButton
android:key="autofill_profiles"
android:enabled="true"

Powered by Google App Engine
This is Rietveld 408576698