| 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 01971c9a1a7d1743eb885047539e631587bfc3fd..aab2a664be8ed5c1300541e19f7a8957140f6c7f 100644
|
| --- a/components/autofill/core/browser/form_structure.h
|
| +++ b/components/autofill/core/browser/form_structure.h
|
| @@ -88,6 +88,9 @@ class FormStructure {
|
| static std::vector<FormDataPredictions> GetFieldTypePredictions(
|
| const std::vector<FormStructure*>& form_structures);
|
|
|
| + // Returns whether sending autofill field metadata to the server is enabled.
|
| + static bool IsAutofillFieldMetadataEnabled();
|
| +
|
| // The unique signature for this form, composed of the target url domain,
|
| // the form name, and the form field names in a 64-bit hash.
|
| std::string FormSignature() const;
|
|
|