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

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: Fix compile Created 9 years, 5 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..5acb8f7c2b36deedabf15528158f7ed1f59d5c07 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" />
James Hawkins 2011/07/07 16:30:50 s/ \/// In HTML, input elements do not have an en
Ilya Sherman 2011/07/07 21:01:01 Done.
<span i18n-content="auxiliaryProfilesEnabled"></span>
</label>
</div>

Powered by Google App Engine
This is Rietveld 408576698