Chromium Code Reviews| 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 139ddab1424fb00db08a3f290ff499dd30035bb0..68504ffabc65089f1af82a16041e8ba3d6196a74 100644 |
| --- a/chrome/common/extensions/api/hotword_private.idl |
| +++ b/chrome/common/extensions/api/hotword_private.idl |
| @@ -39,6 +39,9 @@ namespace hotwordPrivate { |
| // Whether the user corresponding to this profile is the active user. |
| boolean userIsActive; |
| + |
| + // Whether the hotword stream is available if requested. |
| + boolean hotwordStreamAvailable; |
|
kcarattini
2015/03/17 00:47:15
Why not call this hotwordHardwareAvailable? That's
Anand Mistry (off Chromium)
2015/03/17 02:54:47
Done.
|
| }; |
| dictionary LaunchState { |