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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This features file defines switches used to control Extension behaviour, 5 // This features file defines switches used to control Extension behaviour,
6 // typically whitelist configuration. 6 // typically whitelist configuration.
7 // See chrome/common/extensions/api/_features.md to understand this file, as 7 // See chrome/common/extensions/api/_features.md to understand this file, as
8 // well as feature.h, simple_feature.h, and feature_provider.h. 8 // well as feature.h, simple_feature.h, and feature_provider.h.
9 9
10 { 10 {
(...skipping 20 matching lines...) Expand all
31 "zoom_without_bubble": { 31 "zoom_without_bubble": {
32 "channel": "stable", 32 "channel": "stable",
33 "extension_types": "all", 33 "extension_types": "all",
34 "whitelist": [ 34 "whitelist": [
35 "CBCC42ABED43A4B58FE3810E62AFFA010EB0349F" // https://crbug.com/538252 35 "CBCC42ABED43A4B58FE3810E62AFFA010EB0349F" // https://crbug.com/538252
36 ] 36 ]
37 }, 37 },
38 "allow_usb_devices_permission_interface_class": { 38 "allow_usb_devices_permission_interface_class": {
39 "channel": "stable", 39 "channel": "stable",
40 "extension_types": ["platform_app"], 40 "extension_types": ["platform_app"],
41 "session_types": ["kiosk"] 41 "session_types": ["kiosk"]
42 }, 42 },
43 "signin_screen": [ { 43 "signin_screen": [ {
44 "blacklist": [ 44 "blacklist": [
45 // https://crbug.com/626342
45 "9E527CDA9D7C50844E8A5DB964A54A640AE48F98" // Chrome remote desktop 46 "9E527CDA9D7C50844E8A5DB964A54A640AE48F98" // Chrome remote desktop
46 ], 47 ],
47 // Allow developers to test new features. 48 // Allow developers to test new features.
48 "channel": "dev", 49 "channel": "dev",
49 "component_extensions_auto_granted": false, 50 "component_extensions_auto_granted": false,
50 "extension_types": ["platform_app"], 51 "extension_types": ["platform_app"],
51 "location": "policy", 52 "location": "policy",
52 "platforms": ["chromeos"] 53 "platforms": ["chromeos"]
53 }, { 54 }, {
54 // Strict restrictions for stable channel. 55 // Strict restrictions for stable channel.
55 // For now only whitelisted apps. 56 // For now only whitelisted apps.
56 "channel": "stable", 57 "channel": "stable",
57 "component_extensions_auto_granted": false, 58 "component_extensions_auto_granted": false,
58 "extension_types": ["platform_app"], 59 "extension_types": ["platform_app"],
59 "location": "policy", 60 "location": "policy",
60 "platforms": ["chromeos"], 61 "platforms": ["chromeos"],
61 "whitelist": [ 62 "whitelist": [
63 // https://crbug.com/626342
64 "85DA1AC24AF23CDA9F5A19858EB9C6E9E1BA57F6", // Sign-in Screen Test App
62 "EC3DE21E048B67319893889529354DFBFA96FD23", // Smart Card Connector 65 "EC3DE21E048B67319893889529354DFBFA96FD23", // Smart Card Connector
63 "6B748A5C005F21B7CBCF4170C2F883E435DEB511" // CSSI Smart Card Middleware 66 "6B748A5C005F21B7CBCF4170C2F883E435DEB511" // CSSI Smart Card Middleware
64 ] 67 ]
65 }, { 68 }, {
66 // Explicitly whitelist extensions that should always be available 69 // Explicitly whitelist extensions that should always be available
67 // on a sign-in screen. 70 // on a sign-in screen.
68 "channel": "stable", 71 "channel": "stable",
69 "component_extensions_auto_granted": false, 72 "component_extensions_auto_granted": false,
70 "platforms": ["chromeos"], 73 "platforms": ["chromeos"],
71 "whitelist": [ 74 "whitelist": [
75 // https://crbug.com/626342
72 "E24F1786D842E91E74C27929B0B3715A4689A473", // Gnubby component extension 76 "E24F1786D842E91E74C27929B0B3715A4689A473", // Gnubby component extension
73 "6F9E349A0561C78A0D3F41496FE521C5151C7F71", // Gnubby app 77 "6F9E349A0561C78A0D3F41496FE521C5151C7F71", // Gnubby app
74 "8EBDF73405D0B84CEABB8C7513C9B9FA9F1DC2CE", // Genius app (help) 78 "8EBDF73405D0B84CEABB8C7513C9B9FA9F1DC2CE", // Genius app (help)
75 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Chrome OS XKB 79 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Chrome OS XKB
76 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", // Virtual Keyboard 80 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", // Virtual Keyboard
77 "2F47B526FA71F44816618C41EC55E5EE9543FDCC", // Braille Keyboard 81 "2F47B526FA71F44816618C41EC55E5EE9543FDCC", // Braille Keyboard
78 "86672C8D7A04E24EFB244BF96FE518C4C4809F73", // Speech synthesis 82 "86672C8D7A04E24EFB244BF96FE518C4C4809F73", // Speech synthesis
79 "1CF709D51B2B96CF79D00447300BD3BFBE401D21", // Mobile activation 83 "1CF709D51B2B96CF79D00447300BD3BFBE401D21", // Mobile activation
80 "D519188F86D9ACCEE0412007B227D9936EB9676B", // Gaia auth extension 84 "D519188F86D9ACCEE0412007B227D9936EB9676B", // Gaia auth extension
81 "40FF1103292F40C34066E023B8BE8CAE18306EAE", // Chromeos help 85 "40FF1103292F40C34066E023B8BE8CAE18306EAE", // Chromeos help
(...skipping 12 matching lines...) Expand all
94 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/335729 98 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/335729
95 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/335729 99 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/335729
96 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/335729 100 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/335729
97 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 101 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
98 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 102 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
99 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 103 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
100 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 104 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
101 ] 105 ]
102 } 106 }
103 } 107 }
OLDNEW
« 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