| Index: components/autofill/core/browser/autofill_profile.h
|
| diff --git a/components/autofill/core/browser/autofill_profile.h b/components/autofill/core/browser/autofill_profile.h
|
| index 5768386cc92e1cee09a8445134a2e7077b7dbc5a..5440c0bd6ae820f11821904838c1082ba9ccfb77 100644
|
| --- a/components/autofill/core/browser/autofill_profile.h
|
| +++ b/components/autofill/core/browser/autofill_profile.h
|
| @@ -68,6 +68,8 @@ class AutofillProfile : public AutofillDataModel {
|
| const std::string& app_locale,
|
| std::vector<base::string16>* values) const;
|
|
|
| + void SetPreferredNameInfo(const std::vector<NameInfo>& profiles);
|
| +
|
| // Returns true if there are no values (field types) set.
|
| bool IsEmpty(const std::string& app_locale) const;
|
|
|
|
|