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 d110376d6fa322220daef73da1ece74d3fc10db1..93f7dda64b4fa2a203ed5cc279d0bf989fb3bd15 100644 |
--- a/components/autofill/core/common/password_form.h |
+++ b/components/autofill/core/common/password_form.h |
@@ -107,6 +107,11 @@ struct PasswordForm { |
// When parsing an HTML form, this must always be set. |
GURL action; |
+ // The realm affiliated with the Android application, if the form is an |
+ // Android credential. Otherwise, the string is empty. If there are several |
+ // realms affiliated with the application, random realm is chosen. |
engedy
2016/03/02 14:22:10
nit: +web+ realm
Furthermore, could you please me
kolos1
2016/03/07 10:46:59
Done.
|
+ std::string affiliated_web_realm; |
+ |
// The name of the submit button used. Optional; only used in scoring |
// of PasswordForm results from the database to make matches as tight as |
// possible. |