Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 6d6e6b32bd846333d58046e035789aed4d53752b..63ab434ba00003bc3baceaa81732ed7b818518f9 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -865,6 +865,11 @@ const char kMultiProfileNotificationDismissed[] = |
// in a multiprofile session. See ChromeOsMultiProfileUserBehavior policy |
// for more details of the valid values. |
const char kMultiProfileUserBehavior[] = "settings.multiprofile_user_behavior"; |
+ |
+// List of the set of language codes for which high quality local speech |
+// synthesis has been enabled. |
+const char kHighQualitySpeechSynthesisLanguages[] = |
+ "settings.speech_synthesis.high_quality_languages"; |
#endif // defined(OS_CHROMEOS) |
// The disabled messages in IPC logging. |