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

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

Issue 7063029: Options: Style cleanup - id attribute first. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 9 years, 7 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="advancedPage" class="page" hidden> 1 <div id="advancedPage" class="page" hidden>
2 <h1 i18n-content="advancedPage"></h1> 2 <h1 i18n-content="advancedPage"></h1>
3 <section> 3 <section>
4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
5 <div> 5 <div>
6 <div class="section-group"> 6 <div class="section-group">
7 <button id="privacyContentSettingsButton" 7 <button id="privacyContentSettingsButton"
8 i18n-content="privacyContentSettingsButton"></button> 8 i18n-content="privacyContentSettingsButton"></button>
9 <button id="privacyClearDataButton" 9 <button id="privacyClearDataButton"
10 i18n-content="privacyClearDataButton"></button> 10 i18n-content="privacyClearDataButton"></button>
(...skipping 28 matching lines...) Expand all
39 </label> 39 </label>
40 </div> 40 </div>
41 <div class="checkbox"> 41 <div class="checkbox">
42 <label> 42 <label>
43 <input id="safeBrowsingEnabled" pref="safebrowsing.enabled" 43 <input id="safeBrowsingEnabled" pref="safebrowsing.enabled"
44 metric="Options_SafeBrowsingCheckbox" type="checkbox"> 44 metric="Options_SafeBrowsingCheckbox" type="checkbox">
45 <span i18n-content="safeBrowsingEnableProtection"></span> 45 <span i18n-content="safeBrowsingEnableProtection"></span>
46 </label> 46 </label>
47 </div> 47 </div>
48 <if expr="pp_ifdef('_google_chrome') and pp_ifdef('chromeos')"> 48 <if expr="pp_ifdef('_google_chrome') and pp_ifdef('chromeos')">
49 <div class="checkbox" id="metricsReportingSetting"> 49 <div id="metricsReportingSetting" class="checkbox">
50 <label> 50 <label>
51 <input id="metricsReportingEnabled" 51 <input id="metricsReportingEnabled"
52 pref="cros.metrics.reportingEnabled" type="checkbox"> 52 pref="cros.metrics.reportingEnabled" type="checkbox">
53 <span i18n-content="enableLogging" id="metricsReportingEnabledText"> 53 <span id="metricsReportingEnabledText" i18n-content="enableLogging">
54 </span> 54 </span>
55 </label> 55 </label>
56 </div> 56 </div>
57 </if> 57 </if>
58 <if expr="pp_ifdef('_google_chrome') and not pp_ifdef('chromeos')"> 58 <if expr="pp_ifdef('_google_chrome') and not pp_ifdef('chromeos')">
59 <div class="checkbox" id="metricsReportingSetting"> 59 <div id="metricsReportingSetting" class="checkbox">
60 <label> 60 <label>
61 <input id="metricsReportingEnabled" type="checkbox"> 61 <input id="metricsReportingEnabled" type="checkbox">
62 <span i18n-content="enableLogging"></span> 62 <span i18n-content="enableLogging"></span>
63 </label> 63 </label>
64 </div> 64 </div>
65 </if> 65 </if>
66 </div> 66 </div>
67 </section> 67 </section>
68 <section> 68 <section>
69 <h3 i18n-content="advancedSectionTitleContent"></h3> 69 <h3 i18n-content="advancedSectionTitleContent"></h3>
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 <h3 i18n-content="advancedSectionTitleBackground"></h3> 215 <h3 i18n-content="advancedSectionTitleBackground"></h3>
216 <div class="checkbox"> 216 <div class="checkbox">
217 <label> 217 <label>
218 <input id="backgroundModeCheckbox" type="checkbox"> 218 <input id="backgroundModeCheckbox" type="checkbox">
219 <span i18n-content="backgroundModeCheckbox"></span> 219 <span i18n-content="backgroundModeCheckbox"></span>
220 </label> 220 </label>
221 </div> 221 </div>
222 </section> 222 </section>
223 </if> 223 </if>
224 </div> 224 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/about_page.html ('k') | chrome/browser/resources/options/alert_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698