| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 45ccc650efb1e0902a74e5f527a2bfeef3dba84d..49f5b21d3d610262558c9fa84537c9a747444d08 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -728,6 +728,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
|
|
|