Chromium Code Reviews| Index: chrome/common/extensions/api/_features.md |
| diff --git a/chrome/common/extensions/api/_features.md b/chrome/common/extensions/api/_features.md |
| index baad63aa5d952ec41caa8548a307fdb8f892c828..0c48795142ce5006e7365a0dfafb2a75f86b095a 100644 |
| --- a/chrome/common/extensions/api/_features.md |
| +++ b/chrome/common/extensions/api/_features.md |
| @@ -253,6 +253,14 @@ available on. |
| The accepted values are lists of strings from `chromeos`, `mac`, `linux`, and |
| `win`. |
| +### session\_types |
| + |
| +The `session_types` property specifies in which types of sessions a feature |
| +should be available. The session type describes the type of user that is |
| +logged in the current session. |
|
Devlin
2016/09/13 16:46:23
What happens if the user is not logged in? Specif
tbarzic
2016/09/13 17:23:49
They currently don't make sense on non-chromeos, I
|
| + |
| +The accepted values are lists of strings from `regular` and `kiosk`. |
| + |
| ### whitelist |
| The `whitelist` property specifies a list of ID hashes for extensions that |