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

Unified Diff: extensions/common/api/_behavior_features.json

Issue 2865063003: Add an end-to-end test for sign-in profile apps installation (Closed)
Patch Set: Remove dependency on http://crrev.com/2854293003 Created 3 years, 7 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
« no previous file with comments | « chrome/test/data/extensions/trivial_platform_app/update_manifest.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_behavior_features.json
diff --git a/extensions/common/api/_behavior_features.json b/extensions/common/api/_behavior_features.json
index b33eec568ada65020024524978e4d10bad34f76e..2e65a5bea2f90e856eb866687a282a8a214d83d6 100644
--- a/extensions/common/api/_behavior_features.json
+++ b/extensions/common/api/_behavior_features.json
@@ -38,10 +38,11 @@
"allow_usb_devices_permission_interface_class": {
"channel": "stable",
"extension_types": ["platform_app"],
- "session_types": ["kiosk"]
+ "session_types": ["kiosk"]
},
"signin_screen": [ {
"blacklist": [
+ // https://crbug.com/626342
"9E527CDA9D7C50844E8A5DB964A54A640AE48F98" // Chrome remote desktop
],
// Allow developers to test new features.
@@ -59,6 +60,8 @@
"location": "policy",
"platforms": ["chromeos"],
"whitelist": [
+ // https://crbug.com/626342
+ "85DA1AC24AF23CDA9F5A19858EB9C6E9E1BA57F6", // Sign-in Screen Test App
"EC3DE21E048B67319893889529354DFBFA96FD23", // Smart Card Connector
"6B748A5C005F21B7CBCF4170C2F883E435DEB511" // CSSI Smart Card Middleware
]
@@ -69,6 +72,7 @@
"component_extensions_auto_granted": false,
"platforms": ["chromeos"],
"whitelist": [
+ // https://crbug.com/626342
"E24F1786D842E91E74C27929B0B3715A4689A473", // Gnubby component extension
"6F9E349A0561C78A0D3F41496FE521C5151C7F71", // Gnubby app
"8EBDF73405D0B84CEABB8C7513C9B9FA9F1DC2CE", // Genius app (help)
« no previous file with comments | « chrome/test/data/extensions/trivial_platform_app/update_manifest.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698