| Index: components/autofill/core/common/password_form.cc
|
| diff --git a/components/autofill/core/common/password_form.cc b/components/autofill/core/common/password_form.cc
|
| index ee5f8112434b6843a83023cb458f4339335e6c3a..5adca728443a1d0c30add4e9291308366c363929 100644
|
| --- a/components/autofill/core/common/password_form.cc
|
| +++ b/components/autofill/core/common/password_form.cc
|
| @@ -242,6 +242,9 @@ std::ostream& operator<<(
|
| case PasswordForm::SubmissionIndicatorEvent::MANUAL_SAVE:
|
| os << "MANUAL_SAVE";
|
| break;
|
| + case PasswordForm::SubmissionIndicatorEvent::DOM_MUTATION_AFTER_XHR:
|
| + os << "DOM_MUTATION_AFTER_XHR";
|
| + break;
|
| default:
|
| os << "NO_SUBMISSION";
|
| break;
|
|
|