Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index cc393e19151ce9b47d05119361cd30b2041fdf85..1cdf70efa03c385017f8e815dc948eb765f33a94 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -63,6 +63,12 @@ const char kVoiceInteractionEnabled[] = "settings.voice_interaction.enabled"; |
// voice interaction services. |
const char kVoiceInteractionContextEnabled[] = |
"settings.voice_interaction.context.enabled"; |
+ |
+// A preference indicating whether voice interaction settings should be read |
+// from Arc. This synchronization only happens when user goes through the flow |
+// to set up voice interaction. |
+const char kVoiceInteractionPrefSynced[] = |
+ "settings.voice_interaction.context.synced"; |
#endif |
// A bool pref that keeps whether the child status for this profile was already |