Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index af94311a707cc2c04ce4185eea34bfc5204af565..b1b23cc5244cbd8c31a50e998fc203f525a0d824 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2090,6 +2090,10 @@ const char kHotwordSearchIncognitoEnabled[] = |
// longer shown. |
const char kHotwordOptInPopupTimesShown[] = "hotword.opt_in_popup_times_shown"; |
+// 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[] = |