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

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

Issue 1615653005: [Password manager] Human readable origins for Android credentials on chrome://settings/passwords (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Transfer multi-request logic from PasswordStore to AffiliatedMatchHelper Created 4 years, 10 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 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.

Powered by Google App Engine
This is Rietveld 408576698