Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index a0eb4e2f34e825071c1819d0f050fa06a044e286..e25e792f12ccd757ab9c718dea1461409e602ab4 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -729,6 +729,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 |