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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index 76b98da36c2be58c45d50892dbc5e167e6d793bb..f4f5d0da1ef102162b9d32d7b582a10903173812 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -356,7 +356,7 @@
<div class="checkbox">
<span class="controlled-setting-with-label">
<input id="hotword-search-enable" pref="hotword.search_enabled"
- type="checkbox" dialog-pref>
+ 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
<span>
<label for="hotword-search-enable"
i18n-values=".innerHTML:hotwordSearchEnable">
« 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