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

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

Issue 2859243004: Add metrics for PasswordForm submission types (Closed)
Patch Set: addressed reviewer comments Created 3 years, 7 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.typemap
diff --git a/components/autofill/content/common/autofill_types.typemap b/components/autofill/content/common/autofill_types.typemap
index 22e639391d6ec09a0d5f74d81200beb8c54c93d4..4b2a90b935e0e96f529e895ad1e4208e2010f4d1 100644
--- a/components/autofill/content/common/autofill_types.typemap
+++ b/components/autofill/content/common/autofill_types.typemap
@@ -43,4 +43,5 @@ type_mappings = [
"autofill.mojom.PasswordFormType=autofill::PasswordForm::Type",
"autofill.mojom.RoleAttribute=autofill::FormFieldData::RoleAttribute",
"autofill.mojom.PossibleUsernamePair=autofill::PossibleUsernamePair",
+ "autofill.mojom.PasswordFormSubmissionIndicatorEvent=autofill::PasswordForm::SubmissionIndicatorEvent",
]

Powered by Google App Engine
This is Rietveld 408576698