Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7581)

Unified Diff: chrome/common/pref_names.cc

Issue 102263005: Automatically trigger installation of high-quality speech synthesis extension. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 1144e7241b0ec572b94a8bdd8a24bc86d4d02287..ecaabe3954d275e362db8b5340f48a9c447fbc06 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -853,6 +853,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.
« chrome/browser/chromeos/extensions/speech_synthesis_loader.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698