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

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

Issue 997713004: Redo Autofill wallet preferences on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: newt review Created 5 years, 9 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 b0df0952f236b17384fcbef614f88d0d6387ba92..38ecc4a3a8922ffd6ed52b36cf5aa28fd886d360 100644
--- a/chrome/android/java/res/xml/autofill_preferences.xml
+++ b/chrome/android/java/res/xml/autofill_preferences.xml
@@ -10,8 +10,7 @@
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"
+ <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference
android:key="autofill_wallet"
android:title="@string/autofill_wallet_title" />

Powered by Google App Engine
This is Rietveld 408576698