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

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

Issue 2123483002: Revert of [Autofill] Add typemap for PasswordForm and PasswordFormGenerationData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: components/autofill/content/public/interfaces/test_autofill_types.mojom
diff --git a/components/autofill/content/public/interfaces/test_autofill_types.mojom b/components/autofill/content/public/interfaces/test_autofill_types.mojom
index da86fb222cace1b58312dd4fa3ed3f77d606c6ea..54b61cc0671ecd3723b9ad8fcdbe14da143179ee 100644
--- a/components/autofill/content/public/interfaces/test_autofill_types.mojom
+++ b/components/autofill/content/public/interfaces/test_autofill_types.mojom
@@ -11,7 +11,5 @@
PassFormFieldData(FormFieldData s) => (FormFieldData passed);
PassFormDataPredictions(FormDataPredictions s) => (FormDataPredictions passed);
PassFormFieldDataPredictions(FormFieldDataPredictions s) => (FormFieldDataPredictions passed);
- PassPasswordForm(PasswordForm s) => (PasswordForm passed);
PassPasswordFormFillData(PasswordFormFillData s) => (PasswordFormFillData passed);
- PassPasswordFormGenerationData(PasswordFormGenerationData s) => (PasswordFormGenerationData passed);
};
« no previous file with comments | « components/autofill/content/public/interfaces/autofill_types.mojom ('k') | components/autofill/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698