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

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

Issue 2859243004: Add metrics for PasswordForm submission types (Closed)
Patch Set: Test added 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..c5f2a54f93de4efba02f0fb9083649a2c7bb7e4f 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.PasswordFormSubmissionEvent=autofill::PasswordForm::SubmissionEvent",
]

Powered by Google App Engine
This is Rietveld 408576698