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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
710 i18n-content="gpuModeCheckbox"> | 710 i18n-content="gpuModeCheckbox"> |
711 </label> | 711 </label> |
712 <span id="gpu-mode-reset-restart" | 712 <span id="gpu-mode-reset-restart" |
713 i18n-values=".innerHTML:gpuModeResetRestart"> | 713 i18n-values=".innerHTML:gpuModeResetRestart"> |
714 </span> | 714 </span> |
715 </span> | 715 </span> |
716 </span> | 716 </span> |
717 </div> | 717 </div> |
718 </section> | 718 </section> |
719 </if> | 719 </if> |
| 720 <section id="reset-profile-settings-section" hidden> |
| 721 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3> |
| 722 <div> |
| 723 <span class="settings-row" i18n-content="resetProfileSettingsDescription"> |
| 724 </span> |
| 725 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> |
| 726 </button> |
| 727 </div> |
| 728 </section> |
720 </div> <!-- advanced-settings-container --> | 729 </div> <!-- advanced-settings-container --> |
721 </div> <!-- advanced-settings --> | 730 </div> <!-- advanced-settings --> |
722 <footer> | 731 <footer> |
723 <button id="advanced-settings-expander" class="link-button" | 732 <button id="advanced-settings-expander" class="link-button" |
724 i18n-content="showAdvancedSettings"> | 733 i18n-content="showAdvancedSettings"> |
725 </button> | 734 </button> |
726 </footer> | 735 </footer> |
727 </div> | 736 </div> |
OLD | NEW |