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

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

Issue 6278012: dom-ui settings: Show Mac address book checkbox.... (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 | « no previous file | 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')"> 3 <if expr="os == 'darwin'">
4 <label class="checkbox"> 4 <label class="checkbox">
5 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox"> 5 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox">
6 <span i18n-content="auxiliaryProfilesEnabled"></span> 6 <span i18n-content="auxiliaryProfilesEnabled"></span>
7 </label> 7 </label>
8 </if> 8 </if>
9 <h3 i18n-content="autoFillAddresses"></h3> 9 <h3 i18n-content="autoFillAddresses"></h3>
10 <div class="settings-list"> 10 <div class="settings-list">
11 <list id="address-list"></list> 11 <list id="address-list"></list>
12 <div> 12 <div>
13 <button id="autofill-add-address" i18n-content="autoFillAddAddress"> 13 <button id="autofill-add-address" i18n-content="autoFillAddAddress">
(...skipping 12 matching lines...) Expand all
26 <if expr="pp_ifdef('chromeos')"> 26 <if expr="pp_ifdef('chromeos')">
27 <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"
28 target="_blank" i18n-content="helpButton"></a> 28 target="_blank" i18n-content="helpButton"></a>
29 </if> 29 </if>
30 <if expr="not pp_ifdef('chromeos')"> 30 <if expr="not pp_ifdef('chromeos')">
31 <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"
32 target="_blank" i18n-content="helpButton"></a> 32 target="_blank" i18n-content="helpButton"></a>
33 </if> 33 </if>
34 </div> 34 </div>
35 </div> 35 </div>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698