| Index: components/autofill/core/common/password_form_fill_data.h
|
| diff --git a/components/autofill/core/common/password_form_fill_data.h b/components/autofill/core/common/password_form_fill_data.h
|
| index 6c9c8205fd2f9f1959fc9a93a9fd64ea3671a1c3..b7e8e27c0cd526533872a1ca44ecb55e56b5e753 100644
|
| --- a/components/autofill/core/common/password_form_fill_data.h
|
| +++ b/components/autofill/core/common/password_form_fill_data.h
|
| @@ -63,6 +63,7 @@ struct PasswordFormFillData {
|
| // that the original saved username is correct. This data is keyed by the
|
| // saved username/password to ensure uniqueness, though the username is not
|
| // used.
|
| + // TODO(crbug/188908). Remove |other_possible_usernames| or launch.
|
| UsernamesCollection other_possible_usernames;
|
|
|
| // Tells us whether we need to wait for the user to enter a valid username
|
|
|