Chromium Code Reviews
DescriptionMake BaseChooserOnlyDateAndTimeInputType a subclass of InputTypeView.
This CL makes BaseChooserOnlyDateAndTimeInputType a subclass of InputTypeView
instead of BaseDateAndTimeInputType, and BaseDateAndTimeInputType::createView()
returns a BaseChooserOnlyDateAndTimeInputType instance if the multiple-fields
flag is off.
- Now BaseChooserOnlyDateAndTimeInputType is built on non-Android platforms.
- if !ENABLE(INPUT_MULTIPLE_FIELDS_UI), each of temporal input types doesn't
inherit from BaseChooserOnlyDateAndTimeInputType, which is not an InputType.
This CL has no behavior change.
BUG=243714
Committed: https://crrev.com/bf84c6b983f056ca8df920c897642f84e47d23f4
Cr-Commit-Position: refs/heads/master@{#388202}
Patch Set 1 #
Total comments: 3
Messages
Total messages: 12 (6 generated)
|