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

Unified Diff: chrome/browser/resources/options/sync_section.html

Issue 335953002: Add UMA stats for user settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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
Index: chrome/browser/resources/options/sync_section.html
diff --git a/chrome/browser/resources/options/sync_section.html b/chrome/browser/resources/options/sync_section.html
index 04f1a9079c65e271dad3eaa23180dcf70edab10d..fac1d7bb28cfe42f7a095c66b6c26c978631d643 100644
--- a/chrome/browser/resources/options/sync_section.html
+++ b/chrome/browser/resources/options/sync_section.html
@@ -34,6 +34,7 @@
<div class="checkbox">
<span class="controlled-setting-with-label">
<input id="enable-screen-lock" type="checkbox"
+ metric="Options_UsersEnableScreenLock"
michaelpg 2014/06/13 23:15:43 Just "Options_UsersScreenLock" or "Options_ScreenL
stevenjb 2014/06/16 21:58:10 Done.
pref="settings.enable_screen_lock">
<span>
<label for="enable-screen-lock" i18n-content="enableScreenlock">

Powered by Google App Engine
This is Rietveld 408576698