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..1f3acf45acb6363f59c20e18a3f7b071a74e9811 100644 |
| --- a/chrome/common/extensions/api/_features.md |
| +++ b/chrome/common/extensions/api/_features.md |
| @@ -253,6 +253,17 @@ 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. Session types to which feature can be restricted |
| +are only supported on Chrome OS - feature restricted to set of session types |
|
Devlin
2016/09/13 17:37:45
nit: s/features/feature
tbarzic
2016/09/13 17:55:12
Done.
|
| +will be disabled on other platforms. Also, note that all currently supported |
| +session types imply that a user is logged into the session. |
|
Devlin
2016/09/13 17:37:45
Mention what the value is when the user is *not* l
tbarzic
2016/09/13 17:55:12
That one is not currently supported (as there is n
Devlin
2016/09/13 18:13:50
I understand we don't offer it as a value, but it'
tbarzic
2016/09/13 18:25:40
Done.
|
| + |
| +The accepted values are lists of strings from `regular` and `kiosk`. |
| + |
| ### whitelist |
| The `whitelist` property specifies a list of ID hashes for extensions that |