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

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

Issue 2255613003: Introduce session type parameter to extension features (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Introduce session type parameter to extension features Created 4 years, 4 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 1acbea9a025123bcd67e4efe7efcf9de05c1a228..73e5ce70a8735d02661765edd04fec589b5e441b 100644
--- a/chrome/test/data/extensions/extension_api_unittest/api_features.json
+++ b/chrome/test/data/extensions/extension_api_unittest/api_features.json
@@ -91,5 +91,15 @@
"contexts": ["content_script", "blessed_extension", "unblessed_extension"]
},
"parent3.noparent.child": {
+ },
+ "kiosk_only": {
+ "channel": "stable",
+ "contexts": ["content_script", "blessed_extension", "unblessed_extension"],
+ "session_types": ["kiosk"]
+ },
+ "non_kiosk": {
+ "channel": "stable",
+ "contexts": ["content_script", "blessed_extension", "unblessed_extension"],
+ "session_types": ["regular"]
rkc 2016/08/18 20:35:28 Can we add a test for no session type, and both se
tbarzic 2016/08/18 22:18:56 Done
}
}

Powered by Google App Engine
This is Rietveld 408576698