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

Unified Diff: chrome/common/pref_names.cc

Issue 134103005: [Hotword] Putting preferences under search for hotword service. Putting behind a flag. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixing margin and color Created 6 years, 11 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 0b8cace3896e5d93741d62cf43363eb8a5477bd0..c077d3d1b16291fe7a895ad6d518d884fa7439fb 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2153,6 +2153,11 @@ const char kHotwordSearchEnabled[] = "hotword.search_enabled";
const char kHotwordSearchIncognitoEnabled[] =
"hotword.incognito_search_enabled";
+// A boolean pref that controls whether hotword search voice trigger stops
+// listening after 5 minutes.
+const char kHotwordSearchTimeoutEnabled[] =
+ "hotword.search_timeout_enabled";
+
#if defined(OS_ANDROID)
// Boolean that controls the global enabled-state of protected media identifier.
const char kProtectedMediaIdentifierEnabled[] =

Powered by Google App Engine
This is Rietveld 408576698