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 4e3f0638baee46550a1c5139c6649a44fe1d5906..e0030e551da46d70a6a48b9e7ce014a2fbcd25a6 100644 |
--- a/components/autofill/core/browser/autofill_profile.h |
+++ b/components/autofill/core/browser/autofill_profile.h |
@@ -64,6 +64,9 @@ class AutofillProfile : public AutofillDataModel { |
const std::vector<base::string16>& values); |
void GetRawMultiInfo(ServerFieldType type, |
std::vector<base::string16>* values) const; |
+ void SetMultiInfo(const AutofillType& type, |
+ const std::vector<base::string16>& values, |
+ const std::string& app_locale); |
void GetMultiInfo(const AutofillType& type, |
const std::string& app_locale, |
std::vector<base::string16>* values) const; |