Chromium Code Reviews| 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> |