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

Unified Diff: chrome/common/pref_names.cc

Issue 460113005: Adds the audio history and always on hotwording settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed errors Created 6 years, 4 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 96a76c0a5f4a221366438407e1399b81f24c2891..82e55106d6179e1844cf8a1482ea68cc3179a7be 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1778,6 +1778,10 @@ const char kVideoCaptureAllowedUrls[] = "hardware.video_capture_allowed_urls";
// trigger.
const char kHotwordSearchEnabled[] = "hotword.search_enabled_2";
+// A boolean pref that controls the enabled-state of hotword search voice
+// trigger from any screen.
+const char kHotwordAlwaysOnSearchEnabled[] = "hotword.always_on_search_enabled";
Matt Giuca 2014/08/12 08:37:39 This needs to be in OS_CHROMEOS only (doesn't comp
Anand Mistry (off Chromium) 2014/08/12 08:46:35 Please don't guard this with OS_CHROMEOS. It shoul
rpetterson 2014/08/12 18:21:57 +1 My understanding is that although we'll be laun
kcarattini 2014/08/13 03:51:54 Done. Sorry, everyone! Leftover from before I merg
+
// A boolean pref that controls whether the sound of "Ok, Google" plus a few
// seconds of audio data before is sent back to improve voice search.
const char kHotwordAudioLoggingEnabled[] = "hotword.audio_logging_enabled";
« chrome/browser/ui/webui/options/browser_options_handler.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698