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

Unified Diff: chrome/test/data/extensions/extension_api_unittest/api_features.json

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/test/data/extensions/extension_api_unittest/api_features.json
diff --git a/chrome/test/data/extensions/extension_api_unittest/api_features.json b/chrome/test/data/extensions/extension_api_unittest/api_features.json
index c456d777b7406a870d67a2a27aacbf4220c3d9e7..a067215949c8c45159aff640fbbfd2b752896e64 100644
--- a/chrome/test/data/extensions/extension_api_unittest/api_features.json
+++ b/chrome/test/data/extensions/extension_api_unittest/api_features.json
@@ -102,6 +102,11 @@
"contexts": ["content_script", "blessed_extension", "unblessed_extension"],
"session_types": ["regular"]
},
+ "autolaunched_kiosk": {
+ "channel": "stable",
+ "contexts": ["blessed_extension"],
+ "session_types": ["kiosk.autolaunched"]
+ },
"multiple_session_types": {
"channel": "stable",
"contexts": ["content_script", "blessed_extension", "unblessed_extension"],
« no previous file with comments | « chrome/common/extensions/api/common_extension_api_unittest.cc ('k') | extensions/common/features/feature_session_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698