| 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 <include src="reset_profile_settings_banner.html"> | 5 <include src="reset_profile_settings_banner.html"> |
| 6 <include src="automatic_settings_reset_banner.html"> | 6 <include src="automatic_settings_reset_banner.html"> |
| 7 <if expr="chromeos"> | 7 <if expr="chromeos"> |
| 8 <include src="secondary_user_banner.html"> | 8 <include src="secondary_user_banner.html"> |
| 9 <section> | 9 <section> |
| 10 <div id="network-section-header" class="section-header"> | 10 <div id="network-section-header" class="section-header"> |
| (...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 pref="gdata.disabled" | 611 pref="gdata.disabled" |
| 612 metric="Options_DisableGData"> | 612 metric="Options_DisableGData"> |
| 613 <span> | 613 <span> |
| 614 <label for="drive-disabled" i18n-content="disableGData"></label> | 614 <label for="drive-disabled" i18n-content="disableGData"></label> |
| 615 <span class="controlled-setting-indicator" pref="gdata.disabled"> | 615 <span class="controlled-setting-indicator" pref="gdata.disabled"> |
| 616 </span> | 616 </span> |
| 617 </span> | 617 </span> |
| 618 </span> | 618 </span> |
| 619 </div> | 619 </div> |
| 620 </if> | 620 </if> |
| 621 <if expr="not chromeos"> | |
| 622 <div id="auto-open-file-types-section" hidden> | 621 <div id="auto-open-file-types-section" hidden> |
| 623 <div id="auto-open-file-types-container"> | 622 <div id="auto-open-file-types-container"> |
| 624 <div id="auto-open-file-types-label" | 623 <div id="auto-open-file-types-label" class="settings-row" |
| 625 i18n-content="autoOpenFileTypesInfo"></div> | 624 i18n-content="autoOpenFileTypesInfo"></div> |
| 626 <button id="autoOpenFileTypesResetToDefault" | 625 <div class="settings-row"> |
| 627 i18n-content="autoOpenFileTypesResetToDefault"></button> | 626 <button id="autoOpenFileTypesResetToDefault" |
| 627 i18n-content="autoOpenFileTypesResetToDefault"></button> |
| 628 </div> |
| 628 </div> | 629 </div> |
| 629 </div> | 630 </div> |
| 630 </if> | |
| 631 </div> | 631 </div> |
| 632 </section> | 632 </section> |
| 633 <section> | 633 <section> |
| 634 <h3 i18n-content="advancedSectionTitleSecurity"></h3> | 634 <h3 i18n-content="advancedSectionTitleSecurity"></h3> |
| 635 <div> | 635 <div> |
| 636 <if expr="use_nss or is_win or is_macosx"> | 636 <if expr="use_nss or is_win or is_macosx"> |
| 637 <div class="settings-row"> | 637 <div class="settings-row"> |
| 638 <button id="certificatesManageButton" | 638 <button id="certificatesManageButton" |
| 639 i18n-content="certificatesManageButton"></button> | 639 i18n-content="certificatesManageButton"></button> |
| 640 </div> | 640 </div> |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 940 </div> | 940 </div> |
| 941 </section> | 941 </section> |
| 942 </div> <!-- advanced-settings-container --> | 942 </div> <!-- advanced-settings-container --> |
| 943 </div> <!-- advanced-settings --> | 943 </div> <!-- advanced-settings --> |
| 944 <footer> | 944 <footer> |
| 945 <button id="advanced-settings-expander" class="link-button" | 945 <button id="advanced-settings-expander" class="link-button" |
| 946 i18n-content="showAdvancedSettings"> | 946 i18n-content="showAdvancedSettings"> |
| 947 </button> | 947 </button> |
| 948 </footer> | 948 </footer> |
| 949 </div> | 949 </div> |
| OLD | NEW |