| 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 c03ad16e5d77bf47a083a32af4d5cbfbd736c34e..4857c9b304664215df33a95706021a010cea07e5 100644 | 
| --- a/chrome/common/extensions/api/hotword_private.idl | 
| +++ b/chrome/common/extensions/api/hotword_private.idl | 
| @@ -42,6 +42,9 @@ namespace hotwordPrivate { | 
|  | 
| // Whether the user corresponding to this profile is the active user. | 
| boolean userIsActive; | 
| + | 
| +    // Whether hotword hardware is available if requested. | 
| +    boolean hotwordHardwareAvailable; | 
| }; | 
|  | 
| dictionary LaunchState { | 
|  |