Index: chrome/browser/search/hotword_service.h |
diff --git a/chrome/browser/search/hotword_service.h b/chrome/browser/search/hotword_service.h |
index ffb617173c7f2e952e6a1c4b92df81e11943e367..d856c099036787ce4398938adb70bce6ff18c985 100644 |
--- a/chrome/browser/search/hotword_service.h |
+++ b/chrome/browser/search/hotword_service.h |
@@ -72,6 +72,9 @@ class HotwordService : public content::NotificationObserver, |
// is opted in, false otherwise.. |
bool IsOptedIntoAudioLogging(); |
+ // Returns whether always-on hotwording is enabled. |
+ bool IsAlwaysOnEnabled(); |
+ |
// Control the state of the hotword extension. |
void EnableHotwordExtension(ExtensionService* extension_service); |
void DisableHotwordExtension(ExtensionService* extension_service); |