summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/api/language_settings_private.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/extensions/api/language_settings_private.idl')
-rw-r--r--chromium/chrome/common/extensions/api/language_settings_private.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/chrome/common/extensions/api/language_settings_private.idl b/chromium/chrome/common/extensions/api/language_settings_private.idl
index ab78fa9fdc0..4806d77a559 100644
--- a/chromium/chrome/common/extensions/api/language_settings_private.idl
+++ b/chromium/chrome/common/extensions/api/language_settings_private.idl
@@ -31,6 +31,10 @@ namespace languageSettingsPrivate {
// Whether this language has translations for the current target language.
// Defaults to false.
boolean? supportsTranslate;
+
+ // Whether this language is in the list of allowed locales (see
+ // 'AllowedLocales' policy). Defaults to false.
+ boolean? isAllowedLocale;
};
dictionary SpellcheckDictionaryStatus {