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

Unified Diff: components/autofill/content/common/autofill_types.typemap

Issue 2626093004: EnumTraits for base::i18n::TextDirection. (Closed)
Patch Set: Addressed feedback. Created 3 years, 11 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/common/autofill_types.typemap
diff --git a/components/autofill/content/common/autofill_types.typemap b/components/autofill/content/common/autofill_types.typemap
index 4511910b355543363469f9e6d52e588a2d2be61c..7072d03c967e10f429bc5e77ff46fea7aa263488 100644
--- a/components/autofill/content/common/autofill_types.typemap
+++ b/components/autofill/content/common/autofill_types.typemap
@@ -42,6 +42,5 @@ type_mappings = [
"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",
]

Powered by Google App Engine
This is Rietveld 408576698