Chromium Code Reviews| 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..e16f2921f7ca5fcfeec12264801deab025de994e 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 is the "enable-experimental-hotwording" flag is set. |
|
Matt Giuca
2014/08/14 07:45:23
s/is/if/
Jun Mukai
2014/08/14 22:10:08
No one explains what is experimental hotwording, a
Anand Mistry (off Chromium)
2014/08/15 00:14:51
Added a small blurb to chrome/common/chrome_switch
Anand Mistry (off Chromium)
2014/08/15 00:14:51
Done.
|
| + static bool IsExperimentalHotwordingEnabled(); |
| + |
| explicit HotwordService(Profile* profile); |
| virtual ~HotwordService(); |