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 6dbd6cd6da5e2a66448c30b6eeaf7037caa7a710..76010606dabc0423ceb19a245e66871177599f57 100644 |
| --- a/chrome/browser/search/hotword_service.h |
| +++ b/chrome/browser/search/hotword_service.h |
| @@ -20,6 +20,9 @@ extern const char kHotwordFieldTrialDisabledGroupName[]; |
| // search. |
| class HotwordService : public BrowserContextKeyedService { |
| public: |
| + // Returns true if the current system language supports hotword. |
| + static bool DoesLanguageSupportHotword(Profile* profile); |
|
rpetterson
2014/02/09 18:27:19
Please rename to DoesHotwordSupportLanguage
Jun Mukai
2014/02/10 20:50:37
Done.
|
| + |
| explicit HotwordService(Profile* profile); |
| virtual ~HotwordService(); |