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> |