Add ENABLE_MEDIA_ROUTER define to builds other than Android and iOS.
[chromium-blink-merge.git] / chrome / browser / resources / options / autofill_options.html
blobbb7b70b5b33e1368c94d68273d45ddf6f6ba2623
1 <div id="autofill-options" class="page" hidden>
2 <div class="close-button"></div>
3 <h1 i18n-content="autofillOptionsPage"></h1>
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 <if expr="is_macosx">
14 <div class="checkbox">
15 <label>
16 <input pref="autofill.use_mac_address_book" type="checkbox"
17 id="autofill-use-mac-address-book-checkbox"
18 metric="Options_AutofillAuxiliaryProfiles">
19 <span i18n-content="auxiliaryProfilesEnabled"></span>
20 </label>
21 </div>
22 </if>
23 <h3 i18n-content="autofillAddresses"></h3>
24 <div class="settings-list">
25 <list id="address-list"></list>
26 <div>
27 <button id="autofill-add-address" i18n-content="autofillAddAddress">
28 </button>
29 </div>
30 </div>
32 <h3 i18n-content="autofillCreditCards"></h3>
33 <div class="settings-list">
34 <list id="creditcard-list"></list>
35 <div>
36 <button id="autofill-add-creditcard"
37 i18n-content="autofillAddCreditCard"></button>
38 </div>
39 </div>
40 </div>
42 <div class="action-area">
43 <a id="autofill-help" target="_blank" i18n-values="href:helpUrl"
44 i18n-content="helpButton">
45 </a>
46 <div class="spacer-div"></div>
47 <div class="button-strip">
48 <button id="autofill-options-confirm" class="default-button"
49 i18n-content="done"></button>
50 </div>
51 </div>
52 </div>