Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Side by Side Diff: chrome/browser/resources/options/browser_options.html

Issue 153403004: [Hotword] Add metric to checkbox to track enable/disable of hotwording. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698