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

Unified Diff: components/autofill/content/public/cpp/autofill_types.typemap

Issue 2101533002: [Autofill] Add typemap for PasswordForm and PasswordFormGenerationData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: origin --> origin_with_path Created 4 years, 5 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
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/content/public/cpp/autofill_types_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/public/cpp/autofill_types.typemap
diff --git a/components/autofill/content/public/cpp/autofill_types.typemap b/components/autofill/content/public/cpp/autofill_types.typemap
index 6bdf90e1f0571946d1f1ab664ad9f8d2e727ac06..bd3877e9aafe31ddc82dff3f8432831a8e4e3eed 100644
--- a/components/autofill/content/public/cpp/autofill_types.typemap
+++ b/components/autofill/content/public/cpp/autofill_types.typemap
@@ -8,7 +8,9 @@ public_headers = [
"//components/autofill/core/common/form_data_predictions.h",
"//components/autofill/core/common/form_field_data.h",
"//components/autofill/core/common/form_field_data_predictions.h",
+ "//components/autofill/core/common/password_form.h",
"//components/autofill/core/common/password_form_fill_data.h",
+ "//components/autofill/core/common/password_form_generation_data.h",
]
traits_headers = [ "//components/autofill/content/public/cpp/autofill_types_struct_traits.h" ]
sources = [
@@ -26,8 +28,14 @@ type_mappings = [
"autofill.mojom.FormDataPredictions=autofill::FormDataPredictions",
"autofill.mojom.FormFieldData=autofill::FormFieldData",
"autofill.mojom.FormFieldDataPredictions=autofill::FormFieldDataPredictions",
+ "autofill.mojom.GenerationUploadStatus=autofill::PasswordForm::GenerationUploadStatus",
"autofill.mojom.PasswordAndRealm=autofill::PasswordAndRealm",
+ "autofill.mojom.PasswordForm=autofill::PasswordForm",
"autofill.mojom.PasswordFormFillData=autofill::PasswordFormFillData",
+ "autofill.mojom.PasswordFormGenerationData=autofill::PasswordFormGenerationData",
+ "autofill.mojom.PasswordFormLayout=autofill::PasswordForm::Layout",
+ "autofill.mojom.PasswordFormScheme=autofill::PasswordForm::Scheme",
+ "autofill.mojom.PasswordFormType=autofill::PasswordForm::Type",
"autofill.mojom.RoleAttribute=autofill::FormFieldData::RoleAttribute",
"autofill.mojom.TextDirection=base::i18n::TextDirection",
"autofill.mojom.UsernamesCollectionKey=autofill::UsernamesCollectionKey",
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/content/public/cpp/autofill_types_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698