| 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="not pp_ifdef('chromeos')"> | 7 <if expr="not pp_ifdef('chromeos')"> |
| 8 <include src="sync_section.html"> | 8 <include src="sync_section.html"> |
| 9 </if> | 9 </if> |
| 10 <if expr="pp_ifdef('chromeos')"> | 10 <if expr="pp_ifdef('chromeos')"> |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 </label> | 345 </label> |
| 346 <a target="_blank" i18n-content="learnMore" | 346 <a target="_blank" i18n-content="learnMore" |
| 347 i18n-values="href:contentProtectionAttestationLearnMoreURL"> | 347 i18n-values="href:contentProtectionAttestationLearnMoreURL"> |
| 348 </a> | 348 </a> |
| 349 <span class="controlled-setting-indicator" | 349 <span class="controlled-setting-indicator" |
| 350 pref="cros.device.attestation_for_content_protection_enabled"> | 350 pref="cros.device.attestation_for_content_protection_enabled"> |
| 351 </span> | 351 </span> |
| 352 </span> | 352 </span> |
| 353 </span> | 353 </span> |
| 354 </div> | 354 </div> |
| 355 <div id="hotword-app-list" hidden> |
| 356 <div class="checkbox"> |
| 357 <span class="controlled-setting-with-label"> |
| 358 <input id="hotword-app-list-enable" pref="hotword.app_list_enabled" |
| 359 type="checkbox"> |
| 360 <label for="hotword-app-list-enable" |
| 361 i18n-content="enableHotwordAppList"> |
| 362 </label> |
| 363 </span> |
| 364 </div> |
| 365 </div> |
| 355 </if> | 366 </if> |
| 356 <div id ="hotword-search" hidden> | 367 <div id="hotword-search" hidden> |
| 357 <div class="checkbox"> | 368 <div class="checkbox"> |
| 358 <span class="controlled-setting-with-label"> | 369 <span class="controlled-setting-with-label"> |
| 359 <input id="hotword-search-enable" pref="hotword.search_enabled" | 370 <input id="hotword-search-enable" pref="hotword.search_enabled" |
| 360 metric="Options_HotwordCheckbox" type="checkbox" dialog-pref> | 371 metric="Options_HotwordCheckbox" type="checkbox" dialog-pref> |
| 361 <span> | 372 <span> |
| 362 <label for="hotword-search-enable" | 373 <label for="hotword-search-enable" |
| 363 i18n-values=".innerHTML:hotwordSearchEnable"> | 374 i18n-values=".innerHTML:hotwordSearchEnable"> |
| 364 </label> | 375 </label> |
| 365 <span class="controlled-setting-indicator" | 376 <span class="controlled-setting-indicator" |
| 366 pref="hotword.search_enabled" dialog-pref> | 377 pref="hotword.search_enabled" dialog-pref> |
| (...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 884 </div> | 895 </div> |
| 885 </section> | 896 </section> |
| 886 </div> <!-- advanced-settings-container --> | 897 </div> <!-- advanced-settings-container --> |
| 887 </div> <!-- advanced-settings --> | 898 </div> <!-- advanced-settings --> |
| 888 <footer> | 899 <footer> |
| 889 <button id="advanced-settings-expander" class="link-button" | 900 <button id="advanced-settings-expander" class="link-button" |
| 890 i18n-content="showAdvancedSettings"> | 901 i18n-content="showAdvancedSettings"> |
| 891 </button> | 902 </button> |
| 892 </footer> | 903 </footer> |
| 893 </div> | 904 </div> |
| OLD | NEW |