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 <include src="secondary_user_banner.html"> | 7 <include src="secondary_user_banner.html"> |
8 <section> | 8 <section> |
9 <div id="network-section-header" class="section-header"> | 9 <div id="network-section-header" class="section-header"> |
10 <h3 i18n-content="sectionTitleInternet"></h3> | 10 <h3 i18n-content="sectionTitleInternet"></h3> |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 <label for="hotword-search-enable" | 163 <label for="hotword-search-enable" |
164 i18n-values=".innerHTML:hotwordSearchEnable"> | 164 i18n-values=".innerHTML:hotwordSearchEnable"> |
165 </label> | 165 </label> |
166 <span id="hotword-search-setting-indicator" | 166 <span id="hotword-search-setting-indicator" |
167 pref="hotword.search_enabled_2" dialog-pref> | 167 pref="hotword.search_enabled_2" dialog-pref> |
168 </span> | 168 </span> |
169 </span> | 169 </span> |
170 </span> | 170 </span> |
171 </div> | 171 </div> |
172 </div> | 172 </div> |
| 173 <div id="hotword-always-on-search" hidden> |
| 174 <div class="checkbox"> |
| 175 <span class="controlled-setting-with-label"> |
| 176 <input id="hotword-always-on-search-enable" |
| 177 pref="hotword.always_on_search_enabled" type="checkbox"> |
| 178 <span> |
| 179 <label for="hotword-always-on-search-enable" |
| 180 i18n-content="hotwordAlwaysOnSearchEnable"> |
| 181 </label> |
| 182 </span> |
| 183 </span> |
| 184 </div> |
| 185 </div> |
| 186 <div id="audio-logging" hidden> |
| 187 <div class="checkbox"> |
| 188 <span class="controlled-setting-with-label"> |
| 189 <input id="audio-logging-enable" |
| 190 pref="hotword.audio_logging_enabled" type="checkbox"> |
| 191 <span> |
| 192 <label for="audio-logging-enable" |
| 193 i18n-content="hotwordAudioHistoryEnable"> |
| 194 </label> |
| 195 </span> |
| 196 </span> |
| 197 </div> |
| 198 </div> |
173 </div> | 199 </div> |
174 </section> | 200 </section> |
175 <section id="sync-users-section" guest-visibility="hidden"> | 201 <section id="sync-users-section" guest-visibility="hidden"> |
176 <h3 i18n-content="sectionTitleUsers"></h3> | 202 <h3 i18n-content="sectionTitleUsers"></h3> |
177 <if expr="chromeos"> | 203 <if expr="chromeos"> |
178 <include src="sync_section.html"> | 204 <include src="sync_section.html"> |
179 </if> | 205 </if> |
180 <div id="profiles-section" hidden> | 206 <div id="profiles-section" hidden> |
181 <list id="profiles-list" class="settings-list" hidden></list> | 207 <list id="profiles-list" class="settings-list" hidden></list> |
182 <div id="profiles-single-message" class="settings-row" | 208 <div id="profiles-single-message" class="settings-row" |
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
945 </div> | 971 </div> |
946 </section> | 972 </section> |
947 </div> <!-- advanced-settings-container --> | 973 </div> <!-- advanced-settings-container --> |
948 </div> <!-- advanced-settings --> | 974 </div> <!-- advanced-settings --> |
949 <footer> | 975 <footer> |
950 <button id="advanced-settings-expander" class="link-button" | 976 <button id="advanced-settings-expander" class="link-button" |
951 i18n-content="showAdvancedSettings"> | 977 i18n-content="showAdvancedSettings"> |
952 </button> | 978 </button> |
953 </footer> | 979 </footer> |
954 </div> | 980 </div> |
OLD | NEW |