| Index: components/autofill/core/browser/form_structure.h
|
| diff --git a/components/autofill/core/browser/form_structure.h b/components/autofill/core/browser/form_structure.h
|
| index 6a76db3cec7304f78cc7b332e476e413e0fbbd91..01971c9a1a7d1743eb885047539e631587bfc3fd 100644
|
| --- a/components/autofill/core/browser/form_structure.h
|
| +++ b/components/autofill/core/browser/form_structure.h
|
| @@ -132,6 +132,11 @@ class FormStructure {
|
| bool did_show_suggestions,
|
| bool observed_submission) const;
|
|
|
| + // Log the quality of the heuristics and server predictions for this form
|
| + // structure, if autocomplete attributes are present on the fields (they are
|
| + // used as golden truths).
|
| + void LogQualityMetricsBasedOnAutocomplete() const;
|
| +
|
| // Classifies each field in |fields_| based upon its |autocomplete| attribute,
|
| // if the attribute is available. The association is stored into the field's
|
| // |heuristic_type|.
|
|
|