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

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

Issue 7314020: Update UMA user actions parsing, primarily to include WebUI metrics. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update regex Created 9 years, 4 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/autofill_options.html
diff --git a/chrome/browser/resources/options/autofill_options.html b/chrome/browser/resources/options/autofill_options.html
index 74250e5630f6462ab7e61adda83f1f89ca4d3ac0..bfbd175b1c0155be7d972b73ba284dde4532c6a7 100644
--- a/chrome/browser/resources/options/autofill_options.html
+++ b/chrome/browser/resources/options/autofill_options.html
@@ -3,7 +3,8 @@
<if expr="os == 'darwin'">
<div class="checkbox">
<label>
- <input pref="autofill.auxiliary_profiles_enabled" type="checkbox">
+ <input pref="autofill.auxiliary_profiles_enabled" type="checkbox"
+ metric="Options_AutofillAuxiliaryProfiles">
<span i18n-content="auxiliaryProfilesEnabled"></span>
</label>
</div>
« no previous file with comments | « chrome/browser/resources/options/advanced_options.js ('k') | chrome/browser/resources/options/browser_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698