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

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: Rebase 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 70fc298463c7ef0fc7e332e1a8a81750df37fc3e..83d79de1c38ae06b05d991bbf7df890082c6d76d 100644
--- a/components/autofill/core/common/password_form.h
+++ b/components/autofill/core/common/password_form.h
@@ -256,6 +256,9 @@ struct PasswordForm {
// The layout as determined during parsing. Default value is LAYOUT_OTHER.
Layout layout;
+ // If true, this form was parsed using Autofill predictions.
+ bool was_parsed_using_autofill_predictions;
+
// Returns true if this match was found using public suffix matching.
bool IsPublicSuffixMatch() const;
« no previous file with comments | « components/autofill/core/browser/test_autofill_driver.cc ('k') | components/autofill/core/common/password_form.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698