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

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

Issue 939413002: Move autofill wallet settings hyperlink pref down a row. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/xml/autofill_wallet_preferences.xml
diff --git a/chrome/android/java/res/xml/autofill_wallet_preferences.xml b/chrome/android/java/res/xml/autofill_wallet_preferences.xml
index c210391c7455e6f199ea94deb8848f8264fe1a5d..9c2f179ca40706bb2970c5697ef1c9acf1ed8789 100644
--- a/chrome/android/java/res/xml/autofill_wallet_preferences.xml
+++ b/chrome/android/java/res/xml/autofill_wallet_preferences.xml
@@ -17,14 +17,14 @@
<org.chromium.chrome.browser.preferences.TextMessagePreference
android:title="@string/autofill_wallet_description" />
+ <org.chromium.chrome.browser.preferences.TextMessagePreference
+ android:title="@string/autofill_wallet_cache_explanation" />
+
<org.chromium.chrome.browser.preferences.HyperlinkPreference
android:title="@string/autofill_wallet_management_link_text"
app:url="@string/autofill_manage_wallet_cards_url"
app:imitateWebLink="true" />
- <org.chromium.chrome.browser.preferences.TextMessagePreference
- android:title="@string/autofill_wallet_cache_explanation" />
-
<org.chromium.chrome.browser.preferences.ButtonPreference
android:key="autofill_clear_unmasked_cards"
android:title="@string/autofill_wallet_clear_unmasked_cards" />
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698