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

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: fix 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698