Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: components/autofill/core/common/password_form.h

Issue 1636813003: Remove checks for a crasher in PasswordForm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/ui/passwords/manage_passwords_state.cc ('k') | components/autofill/core/common/password_form.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698