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

Side by Side Diff: chrome/browser/resources/options/autofill_options.html

Issue 1578173005: Move Autofill Payments integration checkbox to the sync settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace bool with enum in tests Created 4 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 unified diff | Download patch
OLDNEW
1 <div id="autofill-options" class="page" hidden> 1 <div id="autofill-options" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="autofillOptionsPage"></h1> 3 <h1 i18n-content="autofillOptionsPage"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <!-- TODO(estade): This checkbox shouldn't show if you're not signed into
6 sync. Or perhaps it should show with a link to go sign in with sync?
7 -->
8 <div id="autofill-wallet-setting-area" class="checkbox">
9 <label>
10 <input pref="autofill.wallet_import_enabled" type="checkbox">
11 <span i18n-content="autofillWalletOption"></span>
12 </div>
13 <h3 i18n-content="autofillAddresses"></h3> 5 <h3 i18n-content="autofillAddresses"></h3>
14 <div class="settings-list"> 6 <div class="settings-list">
15 <list id="address-list"></list> 7 <list id="address-list"></list>
16 <div> 8 <div>
17 <button id="autofill-add-address" i18n-content="autofillAddAddress"> 9 <button id="autofill-add-address" i18n-content="autofillAddAddress">
18 </button> 10 </button>
19 </div> 11 </div>
20 </div> 12 </div>
21 13
22 <h3 i18n-content="autofillCreditCards"></h3> 14 <h3 i18n-content="autofillCreditCards"></h3>
(...skipping 10 matching lines...) Expand all
33 <a id="autofill-help" target="_blank" i18n-values="href:helpUrl" 25 <a id="autofill-help" target="_blank" i18n-values="href:helpUrl"
34 i18n-content="helpButton"> 26 i18n-content="helpButton">
35 </a> 27 </a>
36 <div class="spacer-div"></div> 28 <div class="spacer-div"></div>
37 <div class="button-strip"> 29 <div class="button-strip">
38 <button id="autofill-options-confirm" class="default-button" 30 <button id="autofill-options-confirm" class="default-button"
39 i18n-content="done"></button> 31 i18n-content="done"></button>
40 </div> 32 </div>
41 </div> 33 </div>
42 </div> 34 </div>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/autofill_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698