| Index: components/autofill/core/browser/autofill_manager.cc
|
| diff --git a/components/autofill/core/browser/autofill_manager.cc b/components/autofill/core/browser/autofill_manager.cc
|
| index 933b7c5dd41a1549fca6c368a1235d2e756ba4c3..e1c38469243bdb886bea2d6974f0e0e62ca695a6 100644
|
| --- a/components/autofill/core/browser/autofill_manager.cc
|
| +++ b/components/autofill/core/browser/autofill_manager.cc
|
| @@ -1440,6 +1440,8 @@ void AutofillManager::UploadFormData(const FormStructure& submitted_form,
|
|
|
| ServerFieldTypeSet non_empty_types;
|
| personal_data_->GetNonEmptyTypes(&non_empty_types);
|
| + if (submitted_form.is_signin_upload())
|
| + non_empty_types.insert(PASSWORD);
|
|
|
| download_manager_->StartUploadRequest(
|
| submitted_form, was_autofilled, non_empty_types,
|
|
|