| OLD | NEW |
| 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 base_feature_provider.h. | 8 // well as feature.h, simple_feature.h, and base_feature_provider.h. |
| 9 | 9 |
| 10 { | 10 { |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 ] | 36 ] |
| 37 }, | 37 }, |
| 38 "zoom_without_bubble": { | 38 "zoom_without_bubble": { |
| 39 "channel": "stable", | 39 "channel": "stable", |
| 40 "extension_types": "all", | 40 "extension_types": "all", |
| 41 "whitelist": [ | 41 "whitelist": [ |
| 42 "CBCC42ABED43A4B58FE3810E62AFFA010EB0349F" // https://crbug.com/538252 | 42 "CBCC42ABED43A4B58FE3810E62AFFA010EB0349F" // https://crbug.com/538252 |
| 43 ] | 43 ] |
| 44 }, | 44 }, |
| 45 "allow_usb_devices_permission_interface_class": { | 45 "allow_usb_devices_permission_interface_class": { |
| 46 "channel": "dev", | 46 "channel": "stable", |
| 47 "extension_types": ["platform_app"], | 47 "extension_types": ["platform_app"], |
| 48 "session_types": ["kiosk"] | 48 "session_types": ["kiosk"] |
| 49 }, | 49 }, |
| 50 "signin_screen": [ { | 50 "signin_screen": [ { |
| 51 "blacklist": [ | 51 "blacklist": [ |
| 52 "9E527CDA9D7C50844E8A5DB964A54A640AE48F98" // Chrome remote desktop | 52 "9E527CDA9D7C50844E8A5DB964A54A640AE48F98" // Chrome remote desktop |
| 53 ], | 53 ], |
| 54 // Allow developers to test new features. | 54 // Allow developers to test new features. |
| 55 "channel": "dev", | 55 "channel": "dev", |
| 56 "component_extensions_auto_granted": false, | 56 "component_extensions_auto_granted": false, |
| (...skipping 27 matching lines...) Expand all Loading... |
| 84 "2F47B526FA71F44816618C41EC55E5EE9543FDCC", // Braille Keyboard | 84 "2F47B526FA71F44816618C41EC55E5EE9543FDCC", // Braille Keyboard |
| 85 "86672C8D7A04E24EFB244BF96FE518C4C4809F73", // Speech synthesis | 85 "86672C8D7A04E24EFB244BF96FE518C4C4809F73", // Speech synthesis |
| 86 "1CF709D51B2B96CF79D00447300BD3BFBE401D21", // Mobile activation | 86 "1CF709D51B2B96CF79D00447300BD3BFBE401D21", // Mobile activation |
| 87 "D519188F86D9ACCEE0412007B227D9936EB9676B", // Gaia auth extension | 87 "D519188F86D9ACCEE0412007B227D9936EB9676B", // Gaia auth extension |
| 88 "40FF1103292F40C34066E023B8BE8CAE18306EAE", // Chromeos help | 88 "40FF1103292F40C34066E023B8BE8CAE18306EAE", // Chromeos help |
| 89 "3C654B3B6682CA194E75AD044CEDE927675DDEE8", // Easy unlock | 89 "3C654B3B6682CA194E75AD044CEDE927675DDEE8", // Easy unlock |
| 90 "2FCBCE08B34CCA1728A85F1EFBD9A34DD2558B2E" // ChromeVox | 90 "2FCBCE08B34CCA1728A85F1EFBD9A34DD2558B2E" // ChromeVox |
| 91 ] | 91 ] |
| 92 }] | 92 }] |
| 93 } | 93 } |
| OLD | NEW |