| OLD | NEW |
| 1 <div class="page hidden" id="advancedPage"> | 1 <div class="page hidden" id="advancedPage"> |
| 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> | 6 <div> |
| 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 10 matching lines...) Expand all Loading... |
| 21 type="checkbox"><span i18n-content="suggestPref"></span></label> | 21 type="checkbox"><span i18n-content="suggestPref"></span></label> |
| 22 <label><input id="dnsPrefetchingEnabled" | 22 <label><input id="dnsPrefetchingEnabled" |
| 23 pref="dns_prefetching.enabled" metric="Options_DnsPrefetchCheckbox" | 23 pref="dns_prefetching.enabled" metric="Options_DnsPrefetchCheckbox" |
| 24 type="checkbox"><span | 24 type="checkbox"><span |
| 25 i18n-content="networkDNSPrefetchEnabledDescription"></span></label> | 25 i18n-content="networkDNSPrefetchEnabledDescription"></span></label> |
| 26 <label><input id="safeBrowsingEnabled" | 26 <label><input id="safeBrowsingEnabled" |
| 27 pref="safebrowsing.enabled" metric="Options_SafeBrowsingCheckbox" | 27 pref="safebrowsing.enabled" metric="Options_SafeBrowsingCheckbox" |
| 28 type="checkbox"><span i18n-content="safeBrowsingEnableProtection"> | 28 type="checkbox"><span i18n-content="safeBrowsingEnableProtection"> |
| 29 </span></label> | 29 </span></label> |
| 30 <if expr="pp_ifdef('_google_chrome')"> | 30 <if expr="pp_ifdef('_google_chrome')"> |
| 31 <label><input id="metricsReportingEnabled" | 31 <label><input id="metricsReportingEnabled" type="checkbox"><span |
| 32 pref="user_experience_metrics.reporting_enabled" | 32 i18n-content="enableLogging"></span></label> |
| 33 metric="Options_MetricsReportingCheckbox" type="checkbox"> | |
| 34 <span i18n-content="enableLogging"></span></label> | |
| 35 </if> | 33 </if> |
| 36 </div> | 34 </div> |
| 37 </section> | 35 </section> |
| 38 <section> | 36 <section> |
| 39 <h3 i18n-content="advancedSectionTitleNetwork"></h3> | 37 <h3 i18n-content="advancedSectionTitleNetwork"></h3> |
| 40 <div> | 38 <div> |
| 41 <div id="proxiesLabel"></div> | 39 <div id="proxiesLabel"></div> |
| 42 <button id="proxiesConfigureButton" | 40 <button id="proxiesConfigureButton" |
| 43 i18n-content="proxiesConfigureButton"></button> | 41 i18n-content="proxiesConfigureButton"></button> |
| 44 </div> | 42 </div> |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 i18n-content="chromeAppsLearnMoreBackgroundModeLabel" | 139 i18n-content="chromeAppsLearnMoreBackgroundModeLabel" |
| 142 i18n-values="href:chromeAppsLearnMoreBackgroundModeURL"></a> | 140 i18n-values="href:chromeAppsLearnMoreBackgroundModeURL"></a> |
| 143 </div> | 141 </div> |
| 144 </div> | 142 </div> |
| 145 </section> | 143 </section> |
| 146 <div class="button-strip"> | 144 <div class="button-strip"> |
| 147 <button id="optionsReset" i18n-content="optionsReset"></button> | 145 <button id="optionsReset" i18n-content="optionsReset"></button> |
| 148 </div> | 146 </div> |
| 149 </if> | 147 </if> |
| 150 </div> | 148 </div> |
| OLD | NEW |