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

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

Issue 2166773002: [Password Generation] Add FormFieldData.css_classes to mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed typo 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 c4f6ce97ee8e789ed3981151a00f896f90ca8a21..514c5f34ec4c3f621244b504b37ad4039ff7361b 100644
--- a/components/autofill/content/public/interfaces/autofill_types.mojom
+++ b/components/autofill/content/public/interfaces/autofill_types.mojom
@@ -75,6 +75,7 @@ struct FormFieldData {
string form_control_type;
string autocomplete_attribute;
string placeholder;
+ string css_classes;
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