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

Unified Diff: components/autofill/content/public/interfaces/autofill_types.mojom

Issue 2318533002: [Password Generation] Use signatures for form matching (Closed)
Patch Set: Rebase Created 4 years, 3 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/content/public/interfaces/autofill_types.mojom
diff --git a/components/autofill/content/public/interfaces/autofill_types.mojom b/components/autofill/content/public/interfaces/autofill_types.mojom
index 2433d8ec517aa17e8030f60bd68f75f57deaa40e..91905f2d84d40a8cad04caac8d0f87e33e5931b2 100644
--- a/components/autofill/content/public/interfaces/autofill_types.mojom
+++ b/components/autofill/content/public/interfaces/autofill_types.mojom
@@ -150,9 +150,8 @@ struct PasswordFormFillData {
// autofill::PasswordFormGenerationData
struct PasswordFormGenerationData {
- string name;
- url.mojom.Url action;
- FormFieldData generation_field;
+ uint64 form_signature;
+ uint32 field_signature;
};
// autofill::PasswordForm

Powered by Google App Engine
This is Rietveld 408576698