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..ef587a303fa051b21cfb1ac3275068c8c4a990a4 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 hotword supports the current system language. |
+ static bool DoesHotwordSupportLanguage(Profile* profile); |
+ |
explicit HotwordService(Profile* profile); |
virtual ~HotwordService(); |