| 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 permissions for extension APIs implemented | 5 // This features file defines permissions for extension APIs implemented |
| 6 // under src/extensions. | 6 // under src/extensions. |
| 7 | 7 |
| 8 // See extensions/common/features/* to understand this file, in particular | 8 // See extensions/common/features/* to understand this file, in particular |
| 9 // feature.h, simple_feature.h, and base_feature_provider.h. | 9 // feature.h, simple_feature.h, and base_feature_provider.h. |
| 10 | 10 |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 { | 62 { |
| 63 "channel": "stable", | 63 "channel": "stable", |
| 64 "extension_types": ["extension"], | 64 "extension_types": ["extension"], |
| 65 "platforms": ["chromeos"], | 65 "platforms": ["chromeos"], |
| 66 "whitelist": [ | 66 "whitelist": [ |
| 67 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", | 67 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", |
| 68 "F94EE6AB36D6C6588670B2B01EB65212D9C64E33" | 68 "F94EE6AB36D6C6588670B2B01EB65212D9C64E33" |
| 69 ] | 69 ] |
| 70 } | 70 } |
| 71 ], | 71 ], |
| 72 "appview": { |
| 73 "channel": "dev", |
| 74 "extension_types": ["platform_app"] |
| 75 }, |
| 72 "audioCapture": [ | 76 "audioCapture": [ |
| 73 { | 77 { |
| 74 "channel": "stable", | 78 "channel": "stable", |
| 75 "extension_types": ["platform_app"] | 79 "extension_types": ["platform_app"] |
| 76 }, | 80 }, |
| 77 { | 81 { |
| 78 "channel": "stable", | 82 "channel": "stable", |
| 79 "extension_types": ["extension"], | 83 "extension_types": ["extension"], |
| 80 "whitelist": [ | 84 "whitelist": [ |
| 81 // http://crbug.com/292856 | 85 // http://crbug.com/292856 |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 "extension_types": ["extension", "legacy_packaged_app"] | 321 "extension_types": ["extension", "legacy_packaged_app"] |
| 318 } | 322 } |
| 319 ], | 323 ], |
| 320 "webRequestBlocking": [ | 324 "webRequestBlocking": [ |
| 321 { | 325 { |
| 322 "channel": "stable", | 326 "channel": "stable", |
| 323 "extension_types": ["extension", "legacy_packaged_app"] | 327 "extension_types": ["extension", "legacy_packaged_app"] |
| 324 } | 328 } |
| 325 ] | 329 ] |
| 326 } | 330 } |
| OLD | NEW |