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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "test1": { 2 "test1": {
3 "channel": "stable", 3 "channel": "stable",
4 "contexts": ["content_script", "blessed_extension", "unblessed_extension"], 4 "contexts": ["content_script", "blessed_extension", "unblessed_extension"],
5 "extension_types": ["extension"] 5 "extension_types": ["extension"]
6 }, 6 },
7 "test2": { 7 "test2": {
8 "channel": "stable", 8 "channel": "stable",
9 "contexts": ["web_page"], 9 "contexts": ["web_page"],
10 "matches": ["<all_urls>"] 10 "matches": ["<all_urls>"]
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "kiosk_only": { 95 "kiosk_only": {
96 "channel": "stable", 96 "channel": "stable",
97 "contexts": ["content_script", "blessed_extension", "unblessed_extension"], 97 "contexts": ["content_script", "blessed_extension", "unblessed_extension"],
98 "session_types": ["kiosk"] 98 "session_types": ["kiosk"]
99 }, 99 },
100 "non_kiosk": { 100 "non_kiosk": {
101 "channel": "stable", 101 "channel": "stable",
102 "contexts": ["content_script", "blessed_extension", "unblessed_extension"], 102 "contexts": ["content_script", "blessed_extension", "unblessed_extension"],
103 "session_types": ["regular"] 103 "session_types": ["regular"]
104 }, 104 },
105 "autolaunched_kiosk": {
106 "channel": "stable",
107 "contexts": ["blessed_extension"],
108 "session_types": ["kiosk.autolaunched"]
109 },
105 "multiple_session_types": { 110 "multiple_session_types": {
106 "channel": "stable", 111 "channel": "stable",
107 "contexts": ["content_script", "blessed_extension", "unblessed_extension"], 112 "contexts": ["content_script", "blessed_extension", "unblessed_extension"],
108 "session_types": ["kiosk", "regular"] 113 "session_types": ["kiosk", "regular"]
109 }, 114 },
110 "alias_api": { 115 "alias_api": {
111 "channel": "stable", 116 "channel": "stable",
112 "source": "alias_api_source", 117 "source": "alias_api_source",
113 "contexts": ["content_script", "blessed_extension", "unblessed_extension"] 118 "contexts": ["content_script", "blessed_extension", "unblessed_extension"]
114 }, 119 },
115 "alias_api.foo": { 120 "alias_api.foo": {
116 "channel": "dev", 121 "channel": "dev",
117 "contexts": ["blessed_extension"] 122 "contexts": ["blessed_extension"]
118 }, 123 },
119 "alias_api_source": { 124 "alias_api_source": {
120 "channel": "dev", 125 "channel": "dev",
121 "alias": "alias_api", 126 "alias": "alias_api",
122 "contexts": ["blessed_extension"] 127 "contexts": ["blessed_extension"]
123 } 128 }
124 } 129 }
OLDNEW
« 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