| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 4eab84c0aa0498037c48e426b348610a33ddeb61..9ee4e13fcbbdbf0b7f7df8e8cb4b55e528e07ab6 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -736,6 +736,10 @@ extern const char kVideoCaptureAllowedUrls[];
|
| extern const char kHotwordSearchEnabled[];
|
| extern const char kHotwordOptInPopupTimesShown[];
|
|
|
| +#if defined(OS_CHROMEOS)
|
| +extern const char kHotwordAppListEnabled[];
|
| +#endif
|
| +
|
| #if defined(OS_ANDROID)
|
| extern const char kProtectedMediaIdentifierEnabled[];
|
| #endif
|
|
|