| 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="automatic_settings_reset_banner.html"> | 5 <include src="automatic_settings_reset_banner.html"> |
| 6 <if expr="chromeos"> | 6 <if expr="chromeos"> |
| 7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico
n.html"> | 7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico
n.html"> |
| 8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h
tml"> | 8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h
tml"> |
| 9 <include src="secondary_user_banner.html"> | 9 <include src="secondary_user_banner.html"> |
| 10 <section id="network-section-cros"> | 10 <section id="network-section-cros"> |
| (...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 889 metric="Options_AccessibilitySpokenFeedback"> | 889 metric="Options_AccessibilitySpokenFeedback"> |
| 890 <span> | 890 <span> |
| 891 <span i18n-content="accessibilitySpokenFeedback"></span> | 891 <span i18n-content="accessibilitySpokenFeedback"></span> |
| 892 <span class="controlled-setting-indicator" | 892 <span class="controlled-setting-indicator" |
| 893 pref="settings.accessibility"></span> | 893 pref="settings.accessibility"></span> |
| 894 </span> | 894 </span> |
| 895 </label> | 895 </label> |
| 896 <div id="accessibility-settings" hidden> | 896 <div id="accessibility-settings" hidden> |
| 897 <button id="accessibility-settings-button" | 897 <button id="accessibility-settings-button" |
| 898 i18n-content="accessibilitySettings"></button> | 898 i18n-content="accessibilitySettings"></button> |
| 899 <button id="talkback-settings-button" |
| 900 i18n-content="accessibilityTalkBackSettings"></button> |
| 899 </div> | 901 </div> |
| 900 </div> | 902 </div> |
| 901 </div> | 903 </div> |
| 902 <div class="option-name"> | 904 <div class="option-name"> |
| 903 <div class="checkbox controlled-setting-with-label"> | 905 <div class="checkbox controlled-setting-with-label"> |
| 904 <label> | 906 <label> |
| 905 <input | 907 <input |
| 906 id="accessibility-screen-magnifier-check" | 908 id="accessibility-screen-magnifier-check" |
| 907 pref="settings.a11y.screen_magnifier" type="checkbox" | 909 pref="settings.a11y.screen_magnifier" type="checkbox" |
| 908 metric="Options_AccessibilityScreenMagnifier"> | 910 metric="Options_AccessibilityScreenMagnifier"> |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1128 </button> | 1130 </button> |
| 1129 </div> | 1131 </div> |
| 1130 </section> | 1132 </section> |
| 1131 </div> <!-- advanced-settings-container --> | 1133 </div> <!-- advanced-settings-container --> |
| 1132 </div> <!-- advanced-settings --> | 1134 </div> <!-- advanced-settings --> |
| 1133 <footer id="advanced-settings-footer"> | 1135 <footer id="advanced-settings-footer"> |
| 1134 <a is="action-link" id="advanced-settings-expander" | 1136 <a is="action-link" id="advanced-settings-expander" |
| 1135 i18n-content="showAdvancedSettings"></a> | 1137 i18n-content="showAdvancedSettings"></a> |
| 1136 </footer> | 1138 </footer> |
| 1137 </div> | 1139 </div> |
| OLD | NEW |