Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4508)

Unified Diff: chrome/common/extensions/api/_features.md

Issue 2601803003: Introduce kiosk.autolaunched feature session type (Closed)
Patch Set: . Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/_features.md
diff --git a/chrome/common/extensions/api/_features.md b/chrome/common/extensions/api/_features.md
index 6c9b61afdea0decbacb8c92143ac6bcdc9c90c0c..f6fe6b24168116761bc007513f39cd06c727eaa3 100644
--- a/chrome/common/extensions/api/_features.md
+++ b/chrome/common/extensions/api/_features.md
@@ -309,13 +309,25 @@ will be disabled on other platforms. Also, note that all currently supported
session types imply that a user is logged into the session (i.e. features that
use `session_types` property will be disabled when a user is not logged in).
-The accepted values are lists of strings from `regular` and `kiosk`.
+The accepted values are lists of strings from `regular`, `kiosk` and
+`kiosk.autolaunched`.
+
+`regular` session is a session launched for a regular, authenticated user.
+
+`kiosk` session is a session launched for a kiosk app - an app that runs on its
+own, in full control of the current session.
+
+`kiosk.autolaunched` represents auto-launched kiosk session - a kiosk session
+that is launched automatically from Chrome OS login screen, without any user
+interaction. Note that allowing `kiosk` session implies allowing
+`kiosk.autolaunched` session.
### source
The `source` property specifies that the feature is an alias for the feature
specified by the property value, and is only allowed for API features.
-For more information about alias features, see [alias](#alias) property documentation.
+For more information about alias features, see [alias](#alias) property
+documentation.
For complex features, `source` property will be set to the `source` value of the
first component simple feature that has it set.

Powered by Google App Engine
This is Rietveld 408576698