| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index c069f1dd951077686da0e3f700252177ab52a572..41a9a041ece7864815ac40f8a0637fa587803ba1 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -735,6 +735,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
|
|
|