Chromium Code Reviews| 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); |
|
Ilya Sherman
2014/05/29 07:38:03
nit: This should have private visibility.
Pritam Nikam
2014/05/30 11:12:40
To provide unit-test this need to have public visi
|
| + |
| // Returns true if there are no values (field types) set. |
| bool IsEmpty(const std::string& app_locale) const; |