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

Unified Diff: chrome/common/pref_names.cc

Issue 2912593002: Create OOBE screen for Voice Interaction value proposition (Closed)
Patch Set: Create OOBE screen for Voice Interaction value proposition Created 3 years, 6 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | components/arc/common/voice_interaction_framework.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 15adf88b471e4182287a0545ebc3371a58cc7259..cc4c055f27e1f8470c87d14a495f0e2781ff9344 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | components/arc/common/voice_interaction_framework.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698