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

Unified Diff: chrome/browser/resources/options/chromeos/keyboard_overlay.html

Issue 571233002: Add keyboard auto-repeat metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/chromeos/keyboard_overlay.html
diff --git a/chrome/browser/resources/options/chromeos/keyboard_overlay.html b/chrome/browser/resources/options/chromeos/keyboard_overlay.html
index 60aa457e3520416f3fc5f05e42d144bb92809c24..7332a2c7ad5a6200a3fb687c7d7e601d754e524d 100644
--- a/chrome/browser/resources/options/chromeos/keyboard_overlay.html
+++ b/chrome/browser/resources/options/chromeos/keyboard_overlay.html
@@ -103,7 +103,7 @@
<span class="option-name" i18n-content="autoRepeatDelay"></span>
<span i18n-content="autoRepeatDelayLong"></span>
<input id="auto-repeat-delay-range" type="range"
- class="touch-slider"
+ class="touch-slider" metric="Options_KeyboardAutoRepeat_Delay"
pref="settings.language.xkb_auto_repeat_delay_r2" dialog-pref>
<span i18n-content="autoRepeatDelayShort"></span>
</div>
@@ -113,7 +113,7 @@
<input id="auto-repeat-interval-range" type="range"
class="touch-slider"
pref="settings.language.xkb_auto_repeat_interval_r2"
- dialog-pref>
+ metric="Options_KeyboardAutoRepeat_Interval" dialog-pref>
<span i18n-content="autoRepeatRateFast"></span>
</div>
</div>
« 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