| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index baad88116500af2be4020c714b67d151ba183e5f..abfb69b263af46b9f9fbe21e1bd4f487f32505ff 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2131,6 +2131,13 @@ const char kHotwordSearchEnabled[] = "hotword.search_enabled";
|
| // longer shown.
|
| const char kHotwordOptInPopupTimesShown[] = "hotword.opt_in_popup_times_shown";
|
|
|
| +#if defined(OS_CHROMEOS)
|
| +// A boolean pref that controls the enabled-state of hotword search in the
|
| +// app-list. This pref cooperates with kHotwordSearchEnabled. If the user
|
| +// explicitly turns off kHotwordSearchEnabled, this pref should go off too.
|
| +const char kHotwordAppListEnabled[] = "hotword.app_list_enabled";
|
| +#endif
|
| +
|
| #if defined(OS_ANDROID)
|
| // Boolean that controls the global enabled-state of protected media identifier.
|
| const char kProtectedMediaIdentifierEnabled[] =
|
|
|