| 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 735cc6aac68366b95654089739f727c52ea7e4c4..3f5e1eedd8616e5394e5eb8271a78cc5871c9e14 100644
|
| --- a/components/autofill/core/browser/autofill_profile.h
|
| +++ b/components/autofill/core/browser/autofill_profile.h
|
| @@ -114,8 +114,10 @@ class AutofillProfile : public AutofillDataModel {
|
| const std::string& app_locale,
|
| const ServerFieldTypeSet& types) const;
|
|
|
| - // Overwrites the field data in |profile| with this Profile. Returns |true| if
|
| - // at least one field was overwritten.
|
| + // Overwrites the field data in this Profile with the non-empty fields in
|
| + // |profile|. Returns |true| if at least one field was overwritten.
|
| + // The usage stats, the origin and the language code are always updated and
|
| + // have no effect on the return value.
|
| bool OverwriteWith(const AutofillProfile& profile,
|
| const std::string& app_locale);
|
|
|
|
|