Bug P4
Status Update
Comments
87...@developer.gserviceaccount.com <87...@developer.gserviceaccount.com> #2
I highly support this, this way every current FormGroup
subclass can define only the functions it needs (Everything besides Address
can get rid of the AutofillType
API and of the app_locale
parameters, many classes could also get rid of the VerificationStatus
API, etc.)
AutofillProfile
could then implement a GetDataForType(FieldType) -> absl::variant<Address, NameInfo, ...>
and provide the current API with visit
calls instead of polymorphism.
Description
Build log:
Build type: fuzzing
To reproduce locally, please see:
**This bug tracker is not being monitored by OSS-Fuzz team.** If you have any questions, please create an issue at
**This bug will be automatically closed within a day once it is fixed.**