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

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

Issue 6314011: DOMUI: Add the 'Mac address book' checkbox pref to the Mac Autofill page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/dom_ui/options/autofill_options_handler.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="autofill-options" class="page hidden"> 1 <div id="autofill-options" class="page hidden">
2 <h1 i18n-content="autoFillOptionsTitle"></h1> 2 <h1 i18n-content="autoFillOptionsTitle"></h1>
3 <if expr="pp_ifdef('darwin')">
4 <label class="checkbox">
5 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox">
6 <span i18n-content="auxiliaryProfilesEnabled"></span>
7 </label>
8 </if>
3 <h3 i18n-content="autoFillAddresses"></h3> 9 <h3 i18n-content="autoFillAddresses"></h3>
4 <div class="settings-list"> 10 <div class="settings-list">
5 <list id="address-list"></list> 11 <list id="address-list"></list>
6 <div> 12 <div>
7 <button id="autofill-add-address" i18n-content="autoFillAddAddress"> 13 <button id="autofill-add-address" i18n-content="autoFillAddAddress">
8 </button> 14 </button>
9 </div> 15 </div>
10 </div> 16 </div>
11 <h3 i18n-content="autoFillCreditCards"></h3> 17 <h3 i18n-content="autoFillCreditCards"></h3>
12 <div class="settings-list"> 18 <div class="settings-list">
13 <list id="creditcard-list"></list> 19 <list id="creditcard-list"></list>
14 <div> 20 <div>
15 <button id="autofill-add-creditcard" 21 <button id="autofill-add-creditcard"
16 i18n-content="autoFillAddCreditCard"></button> 22 i18n-content="autoFillAddCreditCard"></button>
17 </div> 23 </div>
18 </div> 24 </div>
19 <div> 25 <div>
20 <if expr="pp_ifdef('chromeos')"> 26 <if expr="pp_ifdef('chromeos')">
21 <a href="http://www.google.com/support/chromeos/bin/answer.py?answer=142893" 27 <a href="http://www.google.com/support/chromeos/bin/answer.py?answer=142893"
22 target="_blank" i18n-content="helpButton"></a> 28 target="_blank" i18n-content="helpButton"></a>
23 </if> 29 </if>
24 <if expr="not pp_ifdef('chromeos')"> 30 <if expr="not pp_ifdef('chromeos')">
25 <a href="http://www.google.com/support/chrome/bin/answer.py?answer=142893" 31 <a href="http://www.google.com/support/chrome/bin/answer.py?answer=142893"
26 target="_blank" i18n-content="helpButton"></a> 32 target="_blank" i18n-content="helpButton"></a>
27 </if> 33 </if>
28 </div> 34 </div>
29 </div> 35 </div>
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/options/autofill_options_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698