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

Unified Diff: chrome/browser/resources/options/autofill_options.html

Issue 996973003: Revamp Autofill Wallet settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac compiles 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/browser/resources/options/autofill_options.html
diff --git a/chrome/browser/resources/options/autofill_options.html b/chrome/browser/resources/options/autofill_options.html
index 716cedd66b41f8d197d110a151ca78b504ae07a7..4e6041077441179b84ea4a46c9d89a177c519bd1 100644
--- a/chrome/browser/resources/options/autofill_options.html
+++ b/chrome/browser/resources/options/autofill_options.html
@@ -2,6 +2,15 @@
<div class="close-button"></div>
<h1 i18n-content="autofillOptionsPage"></h1>
<div class="content-area">
+ <div id="autofill-wallet-setting-area" class="checkbox">
+ <label>
+ <input pref="autofill.wallet_import_enabled" type="checkbox">
+ <span>
+ Show addresses and credit cards from Google Payments
+ <!-- A reminder not to launch this UI. -->
+ <span style="font-size: 80%">translate me!</span>
+ </span>
+ </div>
<if expr="is_macosx">
<div class="checkbox">
<label>
@@ -15,24 +24,6 @@
<!-- TODO(estade): This section shouldn't show if you're not signed into
sync. Or perhaps it should show with a link to go sign in with sync?
-->
- <div id="autofill-wallet-setting-area" class="settings-row" hidden>
- <div class="checkbox">
- <label>
- <input pref="autofill.wallet_import_enabled" type="checkbox">
- <span>
- Include
- <a target="_blank" i18n-values="href:manageWalletAddressesUrl">
- addresses</a>
- and
- <a target="_blank"
- i18n-values="href:manageWalletPaymentMethodsUrl">cards</a>
- stored in your Google Wallet
- <!-- A reminder not to launch this UI. -->
- <span style="font-size: 80%">translate me!</span>
- </span>
- </div>
- </div>
-
<h3 i18n-content="autofillAddresses"></h3>
<div class="settings-list">
<list id="address-list"></list>
« no previous file with comments | « chrome/browser/resources/options/autofill_options.css ('k') | chrome/browser/resources/options/autofill_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698