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

Unified Diff: components/autofill/content/common/autofill_types.mojom

Issue 2728353002: [Password Generation] Process CONFIRMATION_PASSWORD votes on the client side (Closed)
Patch Set: Removed PasswordFormGenerationData constructor that is used only in tests Created 3 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/content/common/autofill_types.mojom
diff --git a/components/autofill/content/common/autofill_types.mojom b/components/autofill/content/common/autofill_types.mojom
index 0ff43e1976a00dde3cd94040886bd75fcec2547e..8a116447b35c75ea01cd591bd4da0cb030936073 100644
--- a/components/autofill/content/common/autofill_types.mojom
+++ b/components/autofill/content/common/autofill_types.mojom
@@ -146,6 +146,8 @@ struct PasswordFormFillData {
struct PasswordFormGenerationData {
uint64 form_signature;
uint32 field_signature;
+ bool has_confirmation_field;
+ uint32 confirmation_field_signature;
};
// autofill::PasswordForm

Powered by Google App Engine
This is Rietveld 408576698