| Index: chrome/browser/extensions/api/hotword_private/hotword_private_api.h
|
| diff --git a/chrome/browser/extensions/api/hotword_private/hotword_private_api.h b/chrome/browser/extensions/api/hotword_private/hotword_private_api.h
|
| index 1272ded395f31699bae81b0d80f98f3a2375141f..f0de96f6da4d21b0a509417e458e3f01916b9101 100644
|
| --- a/chrome/browser/extensions/api/hotword_private/hotword_private_api.h
|
| +++ b/chrome/browser/extensions/api/hotword_private/hotword_private_api.h
|
| @@ -44,6 +44,8 @@ class HotwordPrivateEventService : public BrowserContextKeyedAPI {
|
|
|
| void OnSpeakerModelExists();
|
|
|
| + void OnMicrophoneStateChanged(bool enabled);
|
| +
|
| private:
|
| friend class BrowserContextKeyedAPIFactory<HotwordPrivateEventService>;
|
|
|
|
|