| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 7b2eb7feadbad92905f848d76dc267dbf2dab787..a721bdf03d90f385517bc0ea6236c7b17b8b0945 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -54,6 +54,9 @@ const char kArcSignedIn[] = "arc.signedin";
|
| // the user directory (i.e., the user finished required migration.)
|
| extern const char kArcCompatibleFilesystemChosen[] =
|
| "arc.compatible_filesystem.chosen";
|
| +// A preference that indicates that user accepted Assistant Value Prop.
|
| +const char kArcVoiceInteractionValuePropAccepted[] =
|
| + "arc.voice_interaction_value_prop.accepted";
|
| #endif
|
|
|
| // A bool pref that keeps whether the child status for this profile was already
|
|
|