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

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

Issue 1028163002: Processing USERNAME reply from Autofill server in Password Manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added test and changed sending message Created 5 years, 9 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 783eda54786c8e433d20807d7799e65c5523b62b..94bf62b5a8243684750d21e1b2f0ad86847380a2 100644
--- a/components/autofill/core/common/password_form.h
+++ b/components/autofill/core/common/password_form.h
@@ -238,6 +238,9 @@ struct PasswordForm {
// Once user selects this credential the flag is reseted.
bool skip_zero_click;
+ // If true, this form was parsed using Autofill predictions.
+ bool parsed_using_autofill_predictions;
+
// Returns true if this match was found using public suffix matching.
bool IsPublicSuffixMatch() const;

Powered by Google App Engine
This is Rietveld 408576698