| Index: third_party/WebKit/public/web/WebTextInputType.h
|
| diff --git a/third_party/WebKit/public/web/WebTextInputType.h b/third_party/WebKit/public/web/WebTextInputType.h
|
| index 8bd37c04de3452813a4d2718470616d3cad3f421..4e0aead0cf657d709e84bd4f43998a09bd2b16c8 100644
|
| --- a/third_party/WebKit/public/web/WebTextInputType.h
|
| +++ b/third_party/WebKit/public/web/WebTextInputType.h
|
| @@ -49,8 +49,9 @@ enum WebTextInputType {
|
| WebTextInputTypeTelephone,
|
| WebTextInputTypeURL,
|
|
|
| - // FIXME: Remove these types once Date like types are not
|
| - // seen as Text. For now they also exist in WebTextInputType
|
| + // These types, though not used in IME, are used by the Android date picker.
|
| + // TODO(dglazkov): They are technically not _text_ input types and likely
|
| + // should be split out into a separate enum.
|
| WebTextInputTypeDate,
|
| WebTextInputTypeDateTime,
|
| WebTextInputTypeDateTimeLocal,
|
|
|