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

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

Issue 9288016: [uber page] Split out part of headers CL to make review easier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing accidental CL leakage Created 8 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
OLDNEW
1 <div id="autofill-options" class="page" hidden> 1 <div id="autofill-options" class="page" hidden>
2 <h1 i18n-content="autofillOptionsPage"></h1> 2 <header><h1 i18n-content="autofillOptionsPage"></h1></header>
3 <if expr="os == 'darwin'"> 3 <if expr="os == 'darwin'">
4 <div class="checkbox"> 4 <div class="checkbox">
5 <label> 5 <label>
6 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox" 6 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox"
7 metric="Options_AutofillAuxiliaryProfiles"> 7 metric="Options_AutofillAuxiliaryProfiles">
8 <span i18n-content="auxiliaryProfilesEnabled"></span> 8 <span i18n-content="auxiliaryProfilesEnabled"></span>
9 </label> 9 </label>
10 </div> 10 </div>
11 </if> 11 </if>
12 <h3 i18n-content="autofillAddresses"></h3> 12 <h3 i18n-content="autofillAddresses"></h3>
(...skipping 16 matching lines...) Expand all
29 <if expr="pp_ifdef('chromeos')"> 29 <if expr="pp_ifdef('chromeos')">
30 <a href="https://www.google.com/support/chromeos/bin/answer.py?answer=142893 " 30 <a href="https://www.google.com/support/chromeos/bin/answer.py?answer=142893 "
31 target="_blank" i18n-content="helpButton"></a> 31 target="_blank" i18n-content="helpButton"></a>
32 </if> 32 </if>
33 <if expr="not pp_ifdef('chromeos')"> 33 <if expr="not pp_ifdef('chromeos')">
34 <a href="https://www.google.com/support/chrome/bin/answer.py?answer=142893" 34 <a href="https://www.google.com/support/chrome/bin/answer.py?answer=142893"
35 target="_blank" i18n-content="helpButton"></a> 35 target="_blank" i18n-content="helpButton"></a>
36 </if> 36 </if>
37 </div> 37 </div>
38 </div> 38 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/advanced_options.html ('k') | chrome/browser/resources/options2/browser_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698