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

Unified Diff: chrome/common/pref_names.cc

Issue 2912593002: Create OOBE screen for Voice Interaction value proposition (Closed)
Patch Set: Created 3 years, 7 months 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 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

Powered by Google App Engine
This is Rietveld 408576698