Chromium Code Reviews| 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 <if expr="not pp_ifdef('chromeos')"> | 6 <if expr="not pp_ifdef('chromeos')"> |
| 7 <include src="sync_section.html"> | 7 <include src="sync_section.html"> |
| 8 </if> | 8 </if> |
| 9 <if expr="pp_ifdef('chromeos')"> | 9 <if expr="pp_ifdef('chromeos')"> |
| 10 <section> | 10 <section> |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 349 pref="cros.device.attestation_for_content_protection_enabled"> | 349 pref="cros.device.attestation_for_content_protection_enabled"> |
| 350 </span> | 350 </span> |
| 351 </span> | 351 </span> |
| 352 </span> | 352 </span> |
| 353 </div> | 353 </div> |
| 354 </if> | 354 </if> |
| 355 <div id ="hotword-search" hidden> | 355 <div id ="hotword-search" hidden> |
| 356 <div class="checkbox"> | 356 <div class="checkbox"> |
| 357 <span class="controlled-setting-with-label"> | 357 <span class="controlled-setting-with-label"> |
| 358 <input id="hotword-search-enable" pref="hotword.search_enabled" | 358 <input id="hotword-search-enable" pref="hotword.search_enabled" |
| 359 type="checkbox" dialog-pref> | 359 metric="Options_HotwordCheckbox" type="checkbox" dialog-pref> |
|
jochen (gone - plz use gerrit)
2014/02/12 16:20:56
you didn't run tools/metrics/actions/extract_actio
rpetterson
2014/02/12 18:56:07
Thank you for pointing that out! I somehow always
| |
| 360 <span> | 360 <span> |
| 361 <label for="hotword-search-enable" | 361 <label for="hotword-search-enable" |
| 362 i18n-values=".innerHTML:hotwordSearchEnable"> | 362 i18n-values=".innerHTML:hotwordSearchEnable"> |
| 363 </label> | 363 </label> |
| 364 <span class="controlled-setting-indicator" | 364 <span class="controlled-setting-indicator" |
| 365 pref="hotword.search_enabled" dialog-pref> | 365 pref="hotword.search_enabled" dialog-pref> |
| 366 </span> | 366 </span> |
| 367 </span> | 367 </span> |
| 368 </span> | 368 </span> |
| 369 </div> | 369 </div> |
| (...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 883 </div> | 883 </div> |
| 884 </section> | 884 </section> |
| 885 </div> <!-- advanced-settings-container --> | 885 </div> <!-- advanced-settings-container --> |
| 886 </div> <!-- advanced-settings --> | 886 </div> <!-- advanced-settings --> |
| 887 <footer> | 887 <footer> |
| 888 <button id="advanced-settings-expander" class="link-button" | 888 <button id="advanced-settings-expander" class="link-button" |
| 889 i18n-content="showAdvancedSettings"> | 889 i18n-content="showAdvancedSettings"> |
| 890 </button> | 890 </button> |
| 891 </footer> | 891 </footer> |
| 892 </div> | 892 </div> |
| OLD | NEW |