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

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

Issue 682133003: [Password Manager] Add link to remotely manage passowrds on desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 6 years, 1 month 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 <if expr="is_macosx"> 5 <if expr="is_macosx">
6 <div class="checkbox"> 6 <div class="checkbox">
7 <label> 7 <label>
8 <input pref="autofill.use_mac_address_book" type="checkbox" 8 <input pref="autofill.use_mac_address_book" type="checkbox"
9 id="autofill-use-mac-address-book-checkbox" 9 id="autofill-use-mac-address-book-checkbox"
10 metric="Options_AutofillAuxiliaryProfiles"> 10 metric="Options_AutofillAuxiliaryProfiles">
(...skipping 15 matching lines...) Expand all
26 <div> 26 <div>
27 <button id="autofill-add-creditcard" 27 <button id="autofill-add-creditcard"
28 i18n-content="autofillAddCreditCard"></button> 28 i18n-content="autofillAddCreditCard"></button>
29 </div> 29 </div>
30 </div> 30 </div>
31 </div> 31 </div>
32 <div class="action-area"> 32 <div class="action-area">
33 <a id="autofill-help" target="_blank" i18n-values="href:helpUrl" 33 <a id="autofill-help" target="_blank" i18n-values="href:helpUrl"
34 i18n-content="helpButton"> 34 i18n-content="helpButton">
35 </a> 35 </a>
36 <div class="spacer-div"></div>
36 <div class="button-strip"> 37 <div class="button-strip">
37 <button id="autofill-options-confirm" class="default-button" 38 <button id="autofill-options-confirm" class="default-button"
38 i18n-content="done"></button> 39 i18n-content="done"></button>
39 </div> 40 </div>
40 </div> 41 </div>
41 </div> 42 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/autofill_options.css ('k') | chrome/browser/resources/options/password_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698