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..5492f98bcd8c782891d568f6b05e5f5f5cd134d7 100644 |
| --- a/chrome/common/extensions/api/hotword_private.idl |
| +++ b/chrome/common/extensions/api/hotword_private.idl |
| @@ -23,6 +23,9 @@ namespace hotwordPrivate { |
| // Whether the hotword extension is available to be enabled |
| boolean available; |
| + // Whether always-on is avaialable to be enabled |
|
benwells
2015/03/17 03:02:55
Nit: available spelling
kcarattini
2015/03/17 04:22:17
Done.
|
| + boolean alwaysOnAvailable; |
| + |
| // Whether the sound of "Ok, Google" plus a few seconds before is sent |
| // back to Google. |
| boolean audioLoggingEnabled; |