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

Unified Diff: components/autofill/content/public/cpp/autofill_types_struct_traits_unittest.cc

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
Index: components/autofill/content/public/cpp/autofill_types_struct_traits_unittest.cc
diff --git a/components/autofill/content/public/cpp/autofill_types_struct_traits_unittest.cc b/components/autofill/content/public/cpp/autofill_types_struct_traits_unittest.cc
index 70801ee0cc543a36d643325791a038712c88a048..82f83830c98ca0697093132258834c9f76ed4770 100644
--- a/components/autofill/content/public/cpp/autofill_types_struct_traits_unittest.cc
+++ b/components/autofill/content/public/cpp/autofill_types_struct_traits_unittest.cc
@@ -336,6 +336,7 @@ TEST_F(AutofillTypeTraitsTestImpl, PassFormFieldData) {
input.should_autocomplete = true;
input.role = FormFieldData::ROLE_ATTRIBUTE_PRESENTATION;
input.text_direction = base::i18n::RIGHT_TO_LEFT;
+ input.properties_mask = FieldPropertiesFlags::HAD_FOCUS;
base::RunLoop loop;
mojom::TypeTraitsTestPtr proxy = GetTypeTraitsTestProxy();

Powered by Google App Engine
This is Rietveld 408576698