| Index: chrome/common/extensions/api/hotword_private.idl
|
| diff --git a/chrome/common/extensions/api/hotword_private.idl b/chrome/common/extensions/api/hotword_private.idl
|
| index a9a4fc235e32b2311a59e2c54d6f85fff7915da4..f9de90809a7e3cf5fbcf213fd1f6ff8859ea60a7 100644
|
| --- a/chrome/common/extensions/api/hotword_private.idl
|
| +++ b/chrome/common/extensions/api/hotword_private.idl
|
| @@ -30,6 +30,9 @@
|
| // Whether experimental hotwording functionality is enabled. Mirrors the
|
| // "enable-experimental-hotwording" flag.
|
| boolean experimentalHotwordEnabled;
|
| +
|
| + // Whether always-on hotwording is enabled.
|
| + boolean alwaysOnEnabled;
|
| };
|
|
|
| // The type of the recognized hotword. Right now it only has 'search' but
|
|
|