| Index: components/autofill/core/common/password_form.h
|
| diff --git a/components/autofill/core/common/password_form.h b/components/autofill/core/common/password_form.h
|
| index a883bd91412dfd635b3b72a7f511f942a5b89f79..66c58e4595696f9074d6a8e5e9fa56fc57b5b009 100644
|
| --- a/components/autofill/core/common/password_form.h
|
| +++ b/components/autofill/core/common/password_form.h
|
| @@ -259,9 +259,6 @@ struct PasswordForm {
|
| // If true, this form was parsed using Autofill predictions.
|
| bool was_parsed_using_autofill_predictions;
|
|
|
| - // TODO(vabr): Remove |is_alive| once http://crbug.com/486931 is fixed.
|
| - bool is_alive; // Set on construction, reset on destruction.
|
| -
|
| // If true, this match was found using public suffix matching.
|
| bool is_public_suffix_match;
|
|
|
|
|