Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4884)

Unified Diff: chrome/common/pref_names.h

Issue 158143002: Fine tuned availability of hotword plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698