OLD | NEW |
1 <div id="settings" class="page" hidden> | 1 <div id="settings" class="page" hidden> |
2 <header> | 2 <header> |
3 <h1 i18n-content="settingsTitle"></h1> | 3 <h1 i18n-content="settingsTitle"></h1> |
4 </header> | 4 </header> |
5 <if expr="not pp_ifdef('chromeos')"> | 5 <if expr="not pp_ifdef('chromeos')"> |
6 <include src="sync_section.html"> | 6 <include src="sync_section.html"> |
7 </if> | 7 </if> |
8 <if expr="pp_ifdef('chromeos')"> | 8 <if expr="pp_ifdef('chromeos')"> |
9 <section> | 9 <section> |
10 <h3 i18n-content="sectionTitleInternet"></h3> | 10 <h3 i18n-content="sectionTitleInternet"></h3> |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 type="checkbox"> | 186 type="checkbox"> |
187 <span i18n-content="use24HourClock"></span> | 187 <span i18n-content="use24HourClock"></span> |
188 </label> | 188 </label> |
189 </div> | 189 </div> |
190 </div> | 190 </div> |
191 </section> | 191 </section> |
192 </if> | 192 </if> |
193 <section> | 193 <section> |
194 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> | 194 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> |
195 <div> | 195 <div> |
| 196 <if expr="is_win"> |
| 197 <div id="privacy-win8-data-settings" class="settings-row" hidden> |
| 198 <span i18n-content="privacyWin8Data"></span> |
| 199 <a target="_blank" i18n-content="learnMore" |
| 200 i18n-values="href:privacyWin8DataLearnMoreURL"></a> |
| 201 </div> |
| 202 </if> |
196 <div class="settings-row"> | 203 <div class="settings-row"> |
197 <button id="privacyContentSettingsButton" | 204 <button id="privacyContentSettingsButton" |
198 i18n-content="privacyContentSettingsButton"></button> | 205 i18n-content="privacyContentSettingsButton"></button> |
199 <button id="privacyClearDataButton" | 206 <button id="privacyClearDataButton" |
200 i18n-content="privacyClearDataButton"></button> | 207 i18n-content="privacyClearDataButton"></button> |
201 </div> | 208 </div> |
202 <p id="privacy-explanation" class="settings-row"> | 209 <p id="privacy-explanation" class="settings-row"> |
203 <span i18n-content="improveBrowsingExperience"></span> | 210 <span i18n-content="improveBrowsingExperience"></span> |
204 <span i18n-content="disableWebServices"></span> | 211 <span i18n-content="disableWebServices"></span> |
205 <a target="_blank" i18n-content="learnMore" | 212 <a target="_blank" i18n-content="learnMore" |
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 </section> | 539 </section> |
533 </if> | 540 </if> |
534 </div> <!-- advanced-settings-container --> | 541 </div> <!-- advanced-settings-container --> |
535 </div> <!-- advanced-settings --> | 542 </div> <!-- advanced-settings --> |
536 <footer> | 543 <footer> |
537 <button id="advanced-settings-expander" class="link-button" | 544 <button id="advanced-settings-expander" class="link-button" |
538 i18n-content="showAdvancedSettings"> | 545 i18n-content="showAdvancedSettings"> |
539 </button> | 546 </button> |
540 </footer> | 547 </footer> |
541 </div> | 548 </div> |
OLD | NEW |