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

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

Issue 2189543004: [Password Generation] Add FormFieldData.properties_mask to mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pg_count_modified_fields
Patch Set: o 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/content/public/cpp/autofill_types_struct_traits_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/public/interfaces/autofill_types.mojom
diff --git a/components/autofill/content/public/interfaces/autofill_types.mojom b/components/autofill/content/public/interfaces/autofill_types.mojom
index 514c5f34ec4c3f621244b504b37ad4039ff7361b..2433d8ec517aa17e8030f60bd68f75f57deaa40e 100644
--- a/components/autofill/content/public/interfaces/autofill_types.mojom
+++ b/components/autofill/content/public/interfaces/autofill_types.mojom
@@ -76,6 +76,7 @@ struct FormFieldData {
string autocomplete_attribute;
string placeholder;
string css_classes;
+ uint32 properties_mask;
uint64 max_length;
bool is_autofilled;
« no previous file with comments | « components/autofill/content/public/cpp/autofill_types_struct_traits_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698