 Chromium Code Reviews
 Chromium Code Reviews Issue 1011813006:
  Make availability of hotword hardware known to hotword component extension.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1011813006:
  Make availability of hotword hardware known to hotword component extension.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| 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 { |