| Index: services/ui/public/interfaces/ime/ime.mojom
|
| diff --git a/services/ui/public/interfaces/ime/ime.mojom b/services/ui/public/interfaces/ime/ime.mojom
|
| index f0ddc85ccc37796998065ac65d35d504594041f2..d999b3353a4b1f2c313a919b69cb7d4196b8f17a 100644
|
| --- a/services/ui/public/interfaces/ime/ime.mojom
|
| +++ b/services/ui/public/interfaces/ime/ime.mojom
|
| @@ -39,6 +39,12 @@ enum TextInputType {
|
| DATE,
|
| TIME,
|
| DATETIME,
|
| + DATETIME_LOCAL,
|
| + MONTH,
|
| + WEEK,
|
| + TEXT_AREA,
|
| + CONTENT_EDITABLE,
|
| + DATETIME_FIELD
|
| };
|
|
|
| // See comments for ui::TextInputMode for more details.
|
| @@ -50,6 +56,7 @@ enum TextInputMode {
|
| LATIN_PROSE,
|
| FULL_WIDTH_LATIN,
|
| KANA,
|
| + KANA_NAME,
|
| KATAKANA,
|
| NUMERIC,
|
| TEL,
|
|
|