Commit da3105a6 authored by estade's avatar estade Committed by Commit bot

Move autofill wallet settings hyperlink pref down a row.

This matches the protected content screen.

BUG=446700

Review URL: https://codereview.chromium.org/939413002

Cr-Commit-Position: refs/heads/master@{#317195}
parent 06dc4c4f
...@@ -17,14 +17,14 @@ ...@@ -17,14 +17,14 @@
<org.chromium.chrome.browser.preferences.TextMessagePreference <org.chromium.chrome.browser.preferences.TextMessagePreference
android:title="@string/autofill_wallet_description" /> 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 <org.chromium.chrome.browser.preferences.HyperlinkPreference
android:title="@string/autofill_wallet_management_link_text" android:title="@string/autofill_wallet_management_link_text"
app:url="@string/autofill_manage_wallet_cards_url" app:url="@string/autofill_manage_wallet_cards_url"
app:imitateWebLink="true" /> app:imitateWebLink="true" />
<org.chromium.chrome.browser.preferences.TextMessagePreference
android:title="@string/autofill_wallet_cache_explanation" />
<org.chromium.chrome.browser.preferences.ButtonPreference <org.chromium.chrome.browser.preferences.ButtonPreference
android:key="autofill_clear_unmasked_cards" android:key="autofill_clear_unmasked_cards"
android:title="@string/autofill_wallet_clear_unmasked_cards" /> android:title="@string/autofill_wallet_clear_unmasked_cards" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment