diff options
Diffstat (limited to 'chrome/browser/resources/options/autofill_options.html')
-rw-r--r-- | chrome/browser/resources/options/autofill_options.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/resources/options/autofill_options.html b/chrome/browser/resources/options/autofill_options.html index 46b1601..ccd4f88 100644 --- a/chrome/browser/resources/options/autofill_options.html +++ b/chrome/browser/resources/options/autofill_options.html @@ -6,8 +6,7 @@ </h1> <div class="autofill-section"> - <label><input id="autoFillEnabled" pref="autofill.enabled" - metric="Options_FormAutofill" type="checkbox"> + <label><input id="autoFillEnabled" pref="autofill.enabled"type="checkbox"> <span i18n-content="autoFillEnabled"></span></label> </div> |