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

Unified Diff: chrome/common/pref_names.h

Issue 2968073002: register voice interaction preference. (Closed)
Patch Set: add flag sync logic Created 3 years, 5 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.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 90a87ecdfd6959daabe152ef4a66d25924fb3c09..ac48349510db8ffe97a336fbb278781fbb33d2e8 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -36,6 +36,7 @@ extern const char kArcCompatibleFilesystemChosen[];
extern const char kArcVoiceInteractionValuePropAccepted[];
extern const char kVoiceInteractionEnabled[];
extern const char kVoiceInteractionContextEnabled[];
+extern const char kVoiceInteractionPrefSynced[];
#endif
extern const char kChildAccountStatusKnown[];
extern const char kDefaultApps[];

Powered by Google App Engine
This is Rietveld 408576698