summaryrefslogtreecommitdiff
path: root/chromium/chromeos/language
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chromeos/language')
-rw-r--r--chromium/chromeos/language/public/mojom/language_packs.mojom3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/chromeos/language/public/mojom/language_packs.mojom b/chromium/chromeos/language/public/mojom/language_packs.mojom
index 6f15ef2f29c..c6620b3ba58 100644
--- a/chromium/chromeos/language/public/mojom/language_packs.mojom
+++ b/chromium/chromeos/language/public/mojom/language_packs.mojom
@@ -13,11 +13,14 @@ module chromeos.language.mojom;
// numeric values should never be reused. When adding new enumerations to this
// enum, you must add those to the LanguagePackMojoFeatureId definition in
// tools/metrics/histograms/enums.xml to keep them in sync.
+[Extensible]
enum FeatureId {
// Unknown feature, not supported.
UNSUPPORTED_UNKNOWN = 0,
// Handwriting Recognition used by the Virtual Keyboard.
HANDWRITING_RECOGNITION = 1,
+ // Text-To-Speech feature.
+ [MinVersion=1] TTS = 2,
};
// Current state of Pack on disk.