Index: chrome/browser/search/hotword_service_factory.h |
diff --git a/chrome/browser/search/hotword_service_factory.h b/chrome/browser/search/hotword_service_factory.h |
index bb6f3cb0170f1d94b1f92b567948dd3632ed3741..08d325f01d89f2cca0d56d60613ca13f1ad38450 100644 |
--- a/chrome/browser/search/hotword_service_factory.h |
+++ b/chrome/browser/search/hotword_service_factory.h |
@@ -27,8 +27,8 @@ class HotwordServiceFactory : public MediaCaptureDevicesDispatcher::Observer, |
// Returns true if hotwording is allowed for |context|. |
static bool IsHotwordAllowed(content::BrowserContext* context); |
- // Returns whether specialized hotword hardware exists. |
- static bool IsHotwordHardwareAvailable(); |
+ // Returns whether always-on hotwording is available. |
+ static bool IsAlwaysOnAvailable(); |
// Returns the current error message for the service for |context|. |
// A value of 0 indicates no error. |