Index: chrome/browser/search/hotword_service.h |
diff --git a/chrome/browser/search/hotword_service.h b/chrome/browser/search/hotword_service.h |
index 457319ed27377b68af88ada2582b1c63b5740b6c..8d6862d8d59c6fec2d55fe468a2abe4bbf08420e 100644 |
--- a/chrome/browser/search/hotword_service.h |
+++ b/chrome/browser/search/hotword_service.h |
@@ -39,6 +39,9 @@ class HotwordService : public content::NotificationObserver, |
// Returns true if the hotword supports the current system language. |
static bool DoesHotwordSupportLanguage(Profile* profile); |
+ // Returns true if the "enable-experimental-hotwording" flag is set. |
+ static bool IsExperimentalHotwordingEnabled(); |
+ |
explicit HotwordService(Profile* profile); |
virtual ~HotwordService(); |