| 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 23 matching lines...) Expand all Loading... |
| 34 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // http://crbug.com/505879 | 34 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // http://crbug.com/505879 |
| 35 "FA01E0B81978950F2BC5A50512FD769725F57510" // http://crbug.com/505879 | 35 "FA01E0B81978950F2BC5A50512FD769725F57510" // http://crbug.com/505879 |
| 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 }, |
| 45 "allow_usb_devices_permission_interface_class": { |
| 46 "channel": "dev", |
| 47 "extension_types": ["platform_app"], |
| 48 "session_types": ["kiosk"] |
| 44 } | 49 } |
| 45 } | 50 } |
| OLD | NEW |